How do you view the documentation for the command 'kill' in the Linux terminal?
Answer & Explanation
Correct Answer: man kill
Note: This Question is unanswered, help us to find answer for this one
What is the linux mascot?
Answer & Explanation
Correct Answer: Penguin
Note: This Question is unanswered, help us to find answer for this one
A user has a file called OriginalFile, and then creates a hard link to it by executing the following command (brackets not part of command): [ cp -l OriginalFile CopyOfFile ] Which of the following are true?
Answer & Explanation
Correct Answer: Editing CopyOfFile will affect OriginalFile
Note: This Question is unanswered, help us to find answer for this one
What would be in out.txt?
Answer & Explanation
Correct Answer: The content of in.txt.
Note: This Question is unanswered, help us to find answer for this one
nfsstat will...
Answer & Explanation
Correct Answer: type statistics on NFS and remote procedure call (RPC) activity for both client and server systems
Note: This Question is unanswered, help us to find answer for this one
What does the "uname" command do?
Answer & Explanation
Correct Answer: print system information
Note: This Question is unanswered, help us to find answer for this one
Which of these media players does not run on Linux ?
Answer & Explanation
Correct Answer: Winamp
Note: This Question is unanswered, help us to find answer for this one
What will show you all the subdirectories of the current directory?
Answer & Explanation
Correct Answer: ls
Note: This Question is unanswered, help us to find answer for this one
With GNU tools such as a GNU grep, awk, and sed, what is the difference between basic regular expressions (BREs) and extended regular expressions (EREs)?
Answer & Explanation
Correct Answer: Only the syntax differs.
Note: This Question is unanswered, help us to find answer for this one
What is the /etc/hosts file used for?
Answer & Explanation
Correct Answer: Configuring DNS name servers
Note: This Question is unanswered, help us to find answer for this one