1Z0-877 | The Secret of Oracle 1Z0-877 braindumps


Q101. You need to set up a cron job that will run the /usr/bin/banner command to display the message System Backups tonight in a console window at 5:00 P.M. each Thursday. Which is the correct cron table entry? 

A. 0 5 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console 

B. 0 5 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console 

C. 0 17 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console 

D. 0 17 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console 

Answer:

Q102. The /etc/user_attr file on your system contains the following entry: 

operator::::type=role;auths=solaris.system.shutdown, solaris.admin.patchmgr;profiles=Log Management 

Which two are correct statements about this entry? (Choose two.) 

A. The account operator is assigned the default system role. 

B. The account operator is assigned two rights. 

C. The account operator is assigned one right. 

D. The account operator is a regular user account. 

E. The account operator is assigned two authorizations. 

Answer: C,E 

Q103. While setting up the /etc/vfstab file for a workstation, a junior administrator becomes confused about the differences between entries in the /dev/dsk and /dev/rdsk directories. Which three statements about Solaris OS disk device naming conventions are true? (Choose three.) 

A. Physical device names are symbolic links to logical device names kept in the /devices directory. 

B. Every disk device has an entry in both the /dev/dsk and /dev/rdsk directories. 

C. Block disk device entries are found in the /dev/rdsk directory. 

D. Physical device entries are found in the /dev/dsk directory. 

E. Logical character disk device entries are found in the /dev/rdsk directory. 

F. Logical disk device entries are found in the /dev/dsk directory. 

Answer: B,E,F 

Q104. A system is required to be installed from CD-ROM with the software cluster that recognizes, but does not activate, network services. Which software cluster can achieve this? 

A. SUNWCnetr 

B. SUNWCrnet 

C. SUNWCminr 

D. SUNWCmin 

Answer:

Q105. In which two conditions is it NOT possible to perform a snapshot of a file system? (Choose two.) 

A. The file system is in use by system accounting. 

B. The file system is a multi-terabyte file system. 

C. The file system is used as backing store by real-time applications. 

D. The backing store file is located on a different file system from the source file system. 

Answer: A,C 

Q106. A review of system security dictates that root logins are to be completely disabled. 

In the file that contains the entry that controls root logins, to what must you set the line beginning CONSOLE= for root logins to be disabled? 

A. CONSOLE=/dev/ttya 

B. CONSOLE= 

C. CONSOLE=/dev/pts/1 

D. CONSOLE=/dev/console 

Answer:

Q107. The /export/home file system is running out of space on c0t0d0s7.  You added a new disk to the system and it is named c1t1d0. You need to move the /export/home file system to slice 7 on the new disk. Which command is used to move the data from /export/home to the new disk after booting the server to the single-user milestone? 

A. mount /dev/dsk/c1t1d0s7 /mnt ; ufsdump 0ucf - /dev/rdsk/c0t0d0s7 | (cd /mnt; ufsrestore xf - ) 

B. ufsdump 0ucf - /dev/rdsk/c0t0d0s7 | ufsrestore xf - /dev/rdsk/c1t1d0s7 

C. ufsdump 0ucf - /dev/rdsk/c0t0d0s7| ufsrestore xf - /dev/rdsk/c1t1d0s7 

D. mount /export/home; ufsdump 0ucf - /export/home | ufsrestore xf - /dev/dsk/c1t1d0s7 

Answer:

Q108. You are attempting to install Solaris 10 OS on your x86-based laptop. You insert the Solaris Installation CD 1 into the CD-ROM drive. You reboot the system, but it boots into the existing OS that is on the system. 

Which two procedures can you use to begin the install process? (Choose two.) 

A. You set the BIOS settings to boot from CD-ROM drive before booting from the hard drive. You then save the settings and reboot the system with Solaris Installation CD 1 in the CD-ROM drive. 

B. You insert the Solaris Installation CD 1 into the CD-ROM drive while the old OS is running and start the install from the old OS. 

C. You boot from a DCA diskette and direct it to read Solaris Installation CD 1 to start the installation. 

D. You boot from a bootable diskette (any OS) and direct that OS to install Solaris OS. 

Answer: A,C 

Q109. A server is reconfigured and has a number of software applications added and some new scripts. They do NOT execute properly at boot. The messages at boot time indicate that SMF considers the repository corrupt. You decide to restore the SMF database file from last night's backup. 

Which file needs to be restored from the backup? 

A. /etc/svc/config/repository.db 

B. /etc/svc/repository.db 

C. /etc/repository.db 

D. /etc/svc/svc_repository.db 

Answer:

Q110. Every user's home directory is located in the /export/home file system as /export/home/<username>. The output from df -h shows the user's home file system filling up: 

Which command would display disk usage by user? 

A. du -h /export/home 

B. df -k /export/home/* 

C. ls -lR /export/home 

D. du -sh /export/home/* 

Answer: