What is the output of the following command?
for token in a b c; do echo -n ${token}; done
Correct Answer:B
Which of the following statements is correct when talking about /proc/?
Correct Answer:C
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.)
Correct Answer:ACD
Which character starts a comment line in a shell script file?
Correct Answer:C
CORRECT TEXT
On a Linux system with shadow passwords enabled, which file in the file system contains the password hashes of all local users? (Specify the full name of the file, including path.)
Correct Answer:/etc/shadow