1.
Which bash option will prevent you from overwriting a file with a ">"?
2.
To test a shell script called myscript, the environment variable FOOBAR must be removed temporarily. How can this be done?
3.
In the following command and its output, echo $$ 12942 What is 12942?
4.
What is the main difference between the batch and at commands?

 
5.
The correct crontab entry to execute the script chklog three times per month between 3 p.m. and 5 p.m.:
6.
Which command will set the local machine's timezone to UTC?
7.
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
8.
Why is /etc/shadow not world readable if the passwords are stored in an encrypted fashion?
9.
Of the ways listed, which is the best way to temporarily suspend a single user's ability to interactively login?
10.
Which TWO statements about crontab are true?