1.
What are the expected results of the following command: ldapsearch -LLL "(cn=Steve Smith)" cn sn telephoneNumber
2.
Which of the following chown commands will change the ownership to foo and the group to bar on a file named biglist?
3.
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which of the following options will need to be added to the corresponding line in /etc/fstab?
4.
An administrator is trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this?
5.
Which of the following commands will print to standard out only the lines that do not begin with # (pound symbol) in the file foobar?
6.
For which of the following can the tee command be used?
7.
In bash, inserting 1>&2 after a command redirects:
8.
An administrator has created a really long letter and after the administrator is done, notices that the name "Bob" has been used many times. The administrator forgot to capitalize it in many instances. Which of the following commands would replace "bob" with "Bob" in all instances and generate a new letter for printing?
9.
Which of the following commands will create an ext3 filesystem on /dev/hda2?
10.
Which of the following is the default process priority when a process is started using the nice command?