#63. You have two 50-MByte UFS file systems, one located on a single disk, and the other located on a RAID 1 mirror. Both file systems are full. The RAID 1 mirror uses a round-robin read policy. Statistically, which is true of the RAID 1 mirror when reading data?
#64. You administer a very large network of systems using the NIS+ naming service. Your Braindumps wants to implement a solution with equivalent scalability that will support a more heterogeneous environment.Which action provides the solution?
#65. Given the excerpts from the inetd manual page and the syslog configuration: -t Instruct inetd to trace the incoming connections for all of its TCP services. It does this by logging the clients IP address and TCP port number, along with the name of the service, using the syslog(3c) facil- ity. “Wait” wait-status services cannot be traced. When tracking is enabled, inetd uses the syslog facility code ``daemon” and ``notice” priority level. See FILES. *.err;kern.notice;auth.notice /dev/sysmsg *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages Which action enables syslogd to record information about TCP connections to the /var/tcp/logs file?
#69. You are working on a system connected to the network. You attempt to NFS mount a directory. # mount host1:/usr/share/man /usr/share/man Your system displays the message: nfs mount: host1: : RPC: Program not registered nfs mount: retrying: /usr/share/man What is a possible solution to this problem?
#70. Given: # getfac1 file1 # file: file1 # owner: root # group: other user::rwuser: user3:rwm #effective:r-- group::r-- #effective:r-- mask:r-- other:r-- You run the command: setfacl –s u::rwx,g::rw-,o:r--,m:rw- file1 Which statement describes the effect of the setface1 command?