Question 81
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
Question 82
Which of the following commands configure network interfaces based on the system's existing distributionspecific configuration files? (Choose two.)
Question 83
What output is produced by the following command sequence?
echo '1 2 3 4 5 6' | while read a b c; do
echo result $c $b $a;
done
echo '1 2 3 4 5 6' | while read a b c; do
echo result $c $b $a;
done
Question 84
X is running okay but you're concerned that you may not have the right color depth set. What single command will show you the running color depth while in X?
Question 85
On a system using shadowed passwords, the most correct permissions for /etc/passwd are ___ and the most correct permissions for /etc/shadow are _________.
