LFCS Exam Question 1
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)
LFCS Exam Question 2
How many fields are in a syntactically correct line of /etc/fstab?
LFCS Exam Question 3
Given a file called birthdays containing lines like:
YYYY-MM-DD Name
1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?
YYYY-MM-DD Name
1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?
LFCS Exam Question 4
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
LFCS Exam Question 5
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?