Linux Foundation LFCS - Linux Foundation Certified System Administrator
Which file used by XDM specifies the default wallpaper?
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.)
What is the default action of the split command on an input file?
Which of the following commands shows the current color depth of the X Server?
Which of the following statements is correct when talking about /proc/?
During a system boot cycle, what program is executed after the BIOS completes its tasks?
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
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