With the system powered off, you physically connect a new SCSI disk intro the existing SCSI chain. You boot the system using the boot –r command. In which four locations can you find the new device names for the new SCSI disk? (Choose four) A. /devices B. /dev/dsk C. /dev/rdsk D. /kernel/drv E. /etc/path_to_inst F. /etc/name_to_major G. /platform/sun4u/kernel/drv
Answer: A, B, C and F
Which command can you use to display jobs that are scheduled to run at a specific time? A. atq B. jobq C. jobs D. queued
Answer: A
What files does the last command read to determine login history? A. /var/adm/wtmp B. /var/adm/utmpx C. /var/adm/wtmpx D. /var/adm/lastlog
Answer: C
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
You have shut down your system to run level 0, and you are at the ok prompt. You want to display a list of disk device paths and choose one to use it a customized device alias. Which OBP command allows you to select a device path and later insert it into the command line that creates the new device alias? A. devalias B. show-devs C. show-disks D. find-device
Answer: C
You have logged into the console as user1. Now you log in as root using the su command. Which user identities do the whoami and who am i commands report? A. whoami reports root, who am i reports root. B. whoami reports user1, who am i reports root. C. whoami reports root, who am i reports user1. D. whoami reports user1, who am i reports user1.
Answer: C
An fsck has just been run on an unmounted file system that exists on /dev/rdsk/c0t3d0s7. Which command can you use to mount this file system as /export/eng_data? A. mount /dev/dsk/c0t3d0s7 /export/eng_data B. mount /export/eng_date /dev/dsk/c0t3d0s7 C. mount /dev/rdsk/c0t3d0s7 /export/eng_data D. mount /export/eng_data /dev/rdsk/c0t3d0s7
Answer: A
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 are not allowed to bring the system down to single user mode, but you must back the active / (root) file system. What can you use to back up your / (root) file system? A. UFS Snapshot B. Solaris Volume Manager C. The devfsadm command D. Solaris Management Console