Free LFCS Exam Dumps

Question 56

Which of the following file permissions belong to a symbolic link?

Correct Answer:C

Question 57

Whichof the following commands displays the contents of a gzip compressed tar archive?

Correct Answer:B

Question 58

Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?

Correct Answer:A

Question 59

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

Question 60

After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?

Correct Answer:A