1Z0-877 | 10 Tips For Renewal 1Z0-877 practice test


Q141. A department needs a directory that can be used to exchange files between department members without allowing other employees access to the files. The department's employees are part of different UNIX groups and company policy dictates a umask of 007. 

You create a new UNIX group named shareit, and make the department's employees part of this group. You also change the ownership of the directory to this group, and set the mode to 0770. 

What additional setting should you apply? 

A. chmod g+s dir 

B. chmod u+t dir 

C. chmod g+t dir 

D. chmod u+s dir 

Answer:

Q142. You are informed that an unprivileged user has executed commands as the superuser. You decide to look at the log file for the su(1) command. The contents in the log file are: 

SU 12/07 11:50 + pts/6 gv1123-root 

SU 12/07 11:54 - pts/5 fb12-root 

SU 12/07 11:54 + pts/3 gv1123-root 

SU 12/07 12:03 + pts/1 jjj-gv1123 

You know the file has NOT been tampered with. 

Which two statements are true? (Choose two.) 

A. User fb12 is suspected of having executed the commands. 

B. User gv1123 is suspected of having executed the commands. 

C. The commands might have been executed on pts/3. 

D. The commands might have been executed on pts/1. 

E. User jjj is not a suspect. 

Answer: B,C 

Q143. Your Solaris x86-based server has two boot drives. You want to add an entry to the GRUB main menu, so that during the boot process, you can select to boot the server from either of the disk drives. How would you add a new entry to the GRUB main menu to allow the operator to select which drive to boot from? 

A. Edit the bootenv.rc file and enter a value for the altbootpath parameter. 

B. Use the kernel command to edit the boot entries in the GRUB main menu. 

C. Edit the menu.lst file and add an entry for the second boot disk to the GRUB main menu. 

D. When the GRUB menu appears during the boot process, type edit the GRUB menu and enter the command to boot from the alternate disk drive. 

E. Press the space bar when the GRUB menu is visible during the boot process to edit the list of commands and enter the command to boot to the alternate disk drive. 

Answer:

Q144. You have been requested to supply a list of the Solaris software cluster groups for a project. Which command produces the required information? 

A. cat /etc/cluster 

B. cat /var/sadm/install_data 

C. grep METACLUSTER /etc/release 

D. cat /var/sadm/system/admin/CLUSTER 

E. grep METACLUSTER /var/sadm/system/admin/.clustertoc 

Answer:

Q145. A host named client12 is having difficulty communicating with a heavily used server named server14. The server14 server has the ce0, ce1, ce4, and qfe4 interfaces active. The client12, admin6, and appserv5 hosts are all on a private network and access the ce4 interface on server14 exclusively and cannot access other network interfaces on server14. The appserv5 and admin6 hosts are currently generating heavy traffic to server14 due to a running batch process. Which two commands can you run on server14 to look at the network traffic generated between only client12 and server14 to assist in troubleshooting the communication issue? (Choose two.) 

A. snoop !admin6 

B. snoop -d client12 

C. snoop -d ce server14 

D. snoop -d ce4 client12 

E. snoop -d ce4 client12 server14 

F. snoop -i ce4 server14 client12 

Answer: D,E 

Q146. The security policy for the company is that volume managment is disabled for all the systems. A user has brought a DOS-formatted diskette with files that need to be transferred to that user's home directory. Which command mounts the diskette? 

A. mount -F pcfs /dev/rdiskette /pcfs 

B. mount -F pcfs /dev/diskette /pcfs 

C. mount -F pcfs /floppy/floppy0 /pcfs 

D. mount /floppy/floppy0 /pcfs 

Answer:

Q147. You have installed a package called SUNWvts onto your system. Where is the information about every file and directory contained in this package stored? 

A. /var/sadm/messages 

B. In your home directory. 

C. /var/spool/SUNWvts 

D. /var/sadm/install/contents 

E. /var/adm/installed/contents 

F. /etc/default/installed/packages/information 

Answer:

Q148. There is a requirement to create a script that backs up the /export/project file system  to the default tape drive for five consecutive nights. The file system is 2 gigabytes, and all five night's backups fit on the tape. What command in the script achieves this? 

A. ufsdump 0u export/home 

B. ufsdump 0uf /dev/rmt/0 /export/project 

C. ufsdump 0uf /export/project /dev/rmt/0 

D. ufsdump 0uf /dev/rmt/0n /export/project 

Answer:

Q149. Given: 

$ id 

uid=1001(test1) gid=1(other) 

$ ls -al /etc/data 

-r-------- 1 root other 394 Jan 25 16:56 /etc/data 

$ cat /etc/data 

cat: cannot open /etc/data 

Which three actions by root enables both root and test1 to read /etc/data? (Choose three.) 

A. #chown test1 /etc/data 

B. #setfacl g+r /etc/data 

C. #chmod g+r /etc/data 

D. #setfacl -m g:other:r--, m:r-- /etc/data 

E. #chgrp sys /etc/data 

Answer: A,C,D 

Q150. Click the Exhibit button. 

An x86-based laptop needs to have the graphics configuration changed. 

Which two statements are correct about the current configuration? (Choose two.) 

A. The default color depth is 16. 

B. The default display resolution is 1152x900. 

C. The user must select the resolution when logging in. 

D. The default display resolution is 1024x768. 

E. The default display resolution is 800x600. 

Answer: A,B