1Z0-878 | The Regenerate Guide To 1Z0-878 practice test


Q81. Which two commands switch the environment of the current user fred to the role special? (Choose two.) 

A. su special 

B. role special 

C. su -special 

D. usermod -R special 

E. role -s special fred 

F. usermod -R special fred 

Answer: A,C 

Q82. Which two sequences of zonecfg commands add a read-write file system to a local zone? (Choose two.) 

A. add device set match=/dev/*dsk/c0t0d0s7 end 

B. add inherit-pkg-dir set dir=/export add options rw end 

C. add fs set dir=/export set special=/export set type=lofs add options rw end D. add fs set dir=/export set special=/dev/dsk/c0t0d0s7 set raw=/dev/rdsk/c0t0d0s7 set type=ufs add options rw end 

Answer: C,D 

Q83. When your Solaris system is booted, a startup script initializes the rpcbind service. Which script is it? 

A. /etc/rcS.d/S30network 

B. /lib/svc/method/rpc-bind 

C. /lib/svc/method/net-physical 

D. svc:/network/rpc/bind:default 

Answer:

Q84. What are three outcomes of executing the 

# svcadm restart system/name-service-cache command? (Choose three.) 

A. The host reboots. 

B. The nscd daemon restarts. 

C. /etc/nscd.conf is reread. 

D. The ypbind daemon restarts. 

E. The local host's cache of the name services is cleared out. 

Answer: B,C,E 

Q85. Which of the following items are required when configuring the WAN Boot server? (Choose two.) 

A. Configure the WAN Boot server as a DHCP server. 

B. Solaris 10 SPARC or x86 server platform with a web server supporting at least HTTP 1.1. 

C. The wanboot program and the WAN Boot miniroot file system must be copied from install media to a location under the web server's documents directory. 

D. Solaris 10 SPARC server platform with a web server supporting at least HTTP 1.1 and also supporting HTTPS if digital certificates are used. The x86 platform is NOT supported. 

Answer: B,C 

Q86. In which three data sources can the automountd daemon look for maps? (Choose three) 

A. NIS 

B. files 

C. CIFS 

D. LDAP 

E. HTTP 

F. swapfs 

Answer: A,B,D 

Q87. The following command has been issued: 

mirror c1t1d0 c2t1d0 mirror c4t0d0 c5t0d0 

Which answer describes the type of device that has been created by issuing this command? 

A. A ZFS mirrored pool. 

B. A ZFS two-way mirrored device. 

C. A ZFS pool with two, two-way mirrors. 

D. Two ZFS, three-way mirrored devices. 

Answer:

Q88. You are working on a system connected to the network. You attempt to access a directory, which you know is available to your system using NFS. You have NOT accessed this directory for some time. Your system displays the message: 

Stale NFS file handle 

What is a possible cause of this problem? 

A. The lockd daemon on the local system is no longer running. 

B. The mountd daemon on the local system has out-of-date configuration information. 

C. The automountd daemon has NOT been informed of changes to the automount maps. 

D. The file or directory has been removed on the NFS server without the client's knowledge. 

Answer:

Q89. During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message: 

NFS server arizona not responding, still trying 

Which two are valid troubleshooting procedures for this problem? (Choose two.) 

A. restart the NFS client-side daemons 

B. verify that the nfsd daemon is running on your laptop 

C. verify that your laptop is connected to the correct network 

D. verify that the server arizona is up and that its network interface is up. 

E. verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the /etc/inetd.conf 

Answer: C,D 

Q90. Given: 

# svcadm refresh inetd What does this command do? 

A. It re-reads its configuration data. 

B. It aborts all Internet services and leaves them in a quiescent state. 

C. It stops NFS services in preparation for bringing down the network. 

D. It aborts any RPC services that are listed in the /etc/inetd.conf file. 

Answer: