Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?
Answer : E
Which command will display messages from the kernel that were output during the normal bootup sequence? Answer:
/bin/dmesg
See Below Explanation:
Answer : A
What is the default action of the split command on an input file?
Answer : B
What is the purpose of the xargs command?
Answer : A
When piping the output of find to the xargs command, what option to find is useful if the filenames have spaces in them?
Answer : B
When should grep -F or the fgrep command be used to search the content of text files?
Answer : C
Which of the following commands will print the first few lines of a text file to the shell?
Answer : C