Question 66
What is the main difference between the batch and at commands?
Question 67
On a machine running several X servers, how do programs identify the different instances of the X11 server?
Question 68
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
____ i in *.txt; do
echo $i
done
Question 69
What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.)
Question 70
What is the command to delete the default gateway from the system IP routing table? (Choose TWO correct answers.)
