In this chapter, we have examined how to configure hardware devices on a Solaris system. In addition to standard disks, RAM modules, and CPUs, many other devices are supported by Solaris system and peripheral buses. Administrators should be aware of common techniques used to manage and configure devices such as disks.
1. |
What command is used to format disks in Solaris?
|
|
2. |
What command is used to print a disk's label?
|
|
3. |
What command can be used to create only UFS file systems?
|
|
4. |
What command is used to display the number of disk blocks used by each directory?
|
|
5. |
In what directory are physical device names stored?
|
|
6. |
In what directory are logical device names stored?
|
|
7. |
What are /dev/tty1 and /dev/pty1?
|
|
8. |
What form do physical device arguments always take?
|
|
9. |
What command is used to display a system's configuration?
|
|
10. |
What command creates a new file system?
|
|
11. |
What command is used to create a mount point?
|
|
12. |
What command prints the volume table of contents?
|
|
13. |
What slice should hold the root partition?
|
|
14. |
What slice should hold the export partition?
|
|
15. |
What slice should hold the virtual memory partition?
|
|
Answers
1. |
B. The command used to format disks in Solaris is format. |
2. |
C. The command used to print a disk's label is prtvtoc. |
3. |
A. The command used to create only UFS file systems is newfs. |
4. |
D. The du command is used to display the number of disk blocks used by each directory. |
5. |
A. The /devices directory stores physical device names. |
6. |
B. The /dev directory stores logical device names. |
7. |
A. /dev/tty1 and /dev/pty1 are terminal and pseudoterminal devices. |
8. |
B. Physical device arguments always take the form driver@address:arguments. |
9. |
C. The prtconf command is used to display a system's configuration. |
10. |
D. The newfs command creates a new file system. |
11. |
A. The mkdir command is used to create a mount point. |
12. |
C. The prtvtoc command prints the volume table of contents. |
13. |
A. Slice 0 should hold the root partition. |
14. |
D. Slice 3 should hold the export partition. |
15. |
B. Slice 1 should hold the virtual memory partition. |