Which of the following file permissions belong to a symbolic link?
Correct Answer:C
Whichof the following commands displays the contents of a gzip compressed tar archive?
Correct Answer:B
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
Correct Answer:A
CORRECT TEXT
Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)
Correct Answer:/etc/xinetd.d//etc/xinetd.d
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Correct Answer:A