Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
Answer : C, D
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Answer : B, D, E
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?
Answer : E
What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
Answer : A
When the command echo $$ outputs 12942, what is the meaning of 12942?
Answer : B
In which directory must definition files be placed to add additional repositories to yum?
See Below Explanation:
Answer : A
What happens after issuing the command vi without any additional parameters?
Answer : D