Which two describe /dev/rmt0? (Choose two) A. The first instance of a tape drive. B. The physical device name for the default tape drive. C. The logical device name with hardware compression activated. D. The default tape device name as indicated in the /kernel/drv/st.conf file. E. The default tape device name that indicates the tape should not be rewound when the current operation completes.
Answer: A and D
You have four printers installed and configured on your print server. The printers are named according to their performance: veryfast, fast, medium, and slow. You want to define a print class, printclass, that incorporates all four printers and sends most of the work to the veryfast and fast printers. Which sequence of commands on the print server accomplishes this task? A. lpadmin –p veryfast,fast,medium,slow –c printclass B. lpsched –p veryfast,fast,medium,slow –c printclass
Answer: D
A patch can be installed with no backout information saved to economize on disk usage. Which is the correct command to install the patch 105050-05 with “no backout” from /tmp? A. patch < /tmp/105050-05 B. patchadd /tmp/105050-05 C. pkgadd –d /tmp/105050-05 D. patchadd –d /tmp/105050-05
Answer: D
The SUNWman package has been spooled into the /export/host1/packages directory. Your current directory is /etc. You want to obtain detailed information about this package before installing it into the Solaris Operating Environment on your system. Which command displays the information you want to see? A. pkginfo –dl . SUNWman B. pkginfo –dl /export/host1/packages SUNWman C. pkginfo –d /export/host1/packages –l SUNWman D. pkginfo –d SUNWman /export/hist1/packages
Answer: C
Which command displays the list of alternate superblocks for a UFS file system on c0t0d0s0? A. fsck /dev/rdsk/c0t0d0s0 B. format /dev/dsk/c0t0d0s0 C. prtvtoc /dev/dsk/c0t0d0s0 D. newfs –N /dev/rdsk/c0t0d0s0
Answer: D
You have 1 of 2 Solaris 9 installation CD-ROMs, and you want to spool the SUNWzip package from the /cdrom/sol_9_sparc_2/Solaris_9/Product directory to the default spooling directory. Which two commands can accomplish this? (Choose two) A. pkgadd –s spool – d /cdrom/sol_9_sparc_2/Solaris9/Product SUNWzip B. pkgadd –d spool –s /cdrom/sol_9_sparc_2/Solaris_9/Product SUNWzip C. pkgadd –d /cdrom/sol_9_sparc_2/Solaris_9/Product SUNWzip –s /var/spool/pkg
Answer: A and D
Which two are correct statements about printer classes? (Choose two) A. A printer class can NOT include printers from different manufactures. B. A printer class must be defined before any printers can be added to it. C. A printer class is a way of grouping individual printers for load balancing. D. Printer priority within a class can be defined by adding the printers to the class in descending order priority.
Answer: C and D
You have a system with a default configuration and a valid entry in the NFS server configuration file. What is the run level in which the NFS server daemons start automatically? A. 0 B. 1 C. 2 D. 3 E. 5 F. S
Answer: D
You use the command lp file1 to print file1. Which source does the lp command check first to determine where to send print jobs? A. The LPDEST environment variable. B. The PRINTER environment variable. C. The printer defined as the default in the $HOME/.printers file. D. The printer defined as the default in the /etc/printers.conf file.
Answer: A
Which command prints three copies of a file named myfile on the default printer? A. lp –3 myfile B. lp –c 3 myfile C. lp –n 3 myfile D. lp –0 3 myfile
Answer: C