| < Day Day Up > |
|
The following questions will help you measure your understanding of the material presented in this chapter. Read all the choices carefully, as there may be more than one correct answer. Choose all correct answers for each question. Don't focus exclusively on these questions. There are no longer any multiple choice questions on the Red Hat exams. These questions test your understanding of the chapter. Getting results, not memorizing trivia, is what counts on the Red Hat exams.
1. | When deleting a user account using userdel, which command switch deletes that user's home directory?
|
|
Answers
1. | þ B. The userdel -r username command deletes the user as well as all of the files in the /home/username directory. |
2. | Where are individual users' configuration files for the KDE window manager stored?
|
|
Answers
2. | þ B. The tilde (~) is the generic term for each user's home directory. When users are created, these files are transferred from /etc/skel to the right home directory. |
3. | Which of the following is an advantage of a journaling filesystem such as ext3?
|
|
Answers
3. | þ D. Journaling filesystems can speed recovery from a crash, which includes what can happen when power to your computer is lost. |
4. | To change the mount options for a local filesystem, which of the following files would you edit?
|
|
Answers
4. | þ B. Information regarding filesystems, including mount options, is stored in /etc/fstab. |
5. | Which of the following commands correctly installs the package penguin-3.26.i386.rpm?
|
|
Answers
5. | þ C, rpm -i penguin-3.26.i386.rpm. When installing a package, the -i option is used, followed by the name of the RPM file. |
6. | Assume you have the rpm-build RPM installed. When you install a source RPMs, where will you find key files?
|
|
Answers
6. | þ C. When installing SRPMs, they are, by default, extracted into the /usr/src/redhat directory structure. |
7. | What information can you find in the /etc/sysconfig/network file?
|
|
Answers
7. | þ A. If networking is enabled, /etc/sysconfig/network activates networking, contains the hostname, and possibly NIS domain name information as well. |
8. | Upon boot, the kernel starts init. What does init start next?
|
|
Answers
8. | þ D. init runs /etc/rc.d/rc.sysinit, which performs a number of tasks, including configuring the network and setting up keymapping, swapping, and the host name. |
9. | To switch to the fourth virtual console from another text console, which keys would you press?
|
|
Answers
9. | þ B. Press ALT-F4. Each virtual console has an ALT-function key associated with it to move to that virtual console. |
10. | What types of services can you configure with files in the /etc/sysconfig directory?
|
|
Answers
10. | þ A. You can configure Red Hat services of all types in the /etc/sysconfig directory. |
| < Day Day Up > |
|