Free LFCS Exam Dumps

Question 6

What output will the following command produce? seq 1 5 20

Correct Answer:A

Question 7

In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?

Correct Answer:B

Question 8

Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?

Correct Answer:D

Question 9

When running the command sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?

Correct Answer:C

Question 10

CORRECT TEXT
Which environment variable should be set in order to change the time zone for the commands run from within the environment variable's scope? (Specify the variable name only.)

Correct Answer:TZ