Linux Objective Questions Answers
-
15. Which command is concerned with LINUX kernel log messages ?
- dmsg
- dmesg
- cmsg
- cmesg
Answer And Explanation
Answer: Option B
-
16. Which command is used to set terminal input output characteristic ?
- atty
- stty
- dtty
- ltty
Answer And Explanation
Answer: Option B
-
17. Which command is used to know the LINUX version ?
- uname
- lname
- vname
- sname
Answer And Explanation
Answer: Option A
-
19. tee command is used in LINUX for ?
- Read from an input and write to a standard output and file
- Read from an input
- Write to an output
- None of above
Answer And Explanation
Answer: Option A
-
20. Which command is used to extract a column from a text file
- get
- tar
- untar
- cut
Answer And Explanation
Answer: Option D
-
21. To display disk consumption of a specific directory which command is used ?
- dd
- du
- dt
- dl
Answer And Explanation
Answer: Option B