Linux Objective Questions Answers
-
36. printer in the file structure can be found in ?
- /etc
- /html
- /www
- /dev
Answer And Explanation
Answer: Option D
-
37. Which LINUX command is used to update the modification time of a file ?
- UPDATE
- MODIFY
- TOUCH
- UNTOCUH
Answer And Explanation
Answer: Option C
-
38. Which is not a valid file type in LINUX ?
- Socket
- FIFO
- Softlink
- Inode
Answer And Explanation
Answer: Option D
-
39. All device files are stored in which directory ?
- /etc
- /dev
- /www
- /html
Answer And Explanation
Answer: Option B
-
40. What is true about chmod +t ?
- It will set effective userid for filename
- It will set effective groupid for filename
- It will set the sticky bit
- It is wrong syntax
Answer And Explanation
Answer: Option C
-
41. vi editor commands are not case sensitive.
- True
- False
Answer And Explanation
Answer: Option B
Explanation:
vi editor commands are case sensitive.
-
42. In vi editor which command sets the number for all lines ?
- :set nu
- :set ni
- :set sn
- :set sl
Answer And Explanation
Answer: Option A