While configuring NIS on a system, you execute the command string: # domainname testlab.Region.Org.COM Which two statements about this command are true? (Choose two) A. The servers name is test lab, and it resides in the region.org.com domain. B. Executing this command populates the /etc/defaultdomain file with the domain name. C. The domain name is case sensitive, and must be configured exactly as specified on this command-line. D. The domain name is the entire character string
Ans: C, D
You have configured an NIS domain within your organization which includes 1 master server, 3 slave servers, and 30 client systems. Which two are daemons which run only on the master server? (Choose two) A. ypserv B. rpc.ypupdated C. rpc.yppassword D. ypxfr_1perday
Ans: B, C
Your syslog configuration file contains the line: mail.debug ifdef(’LOGHOST’, /var/log/syslog, @loghost) Which two are correct statements about this entry? (Choose two) A. The ifdef statement is interpreted by the syslogd daemon. B. If the loghost alias is set to be the local host, messages are sent to the /var/log/syslog file. C. If the loghost alias is not set to the local host, messages are sent to the host defined as the loghost. D. If the loghost alias is set to
Ans: B, C
With regard to the JumpStart services available with the Solaris Operating Environment, which server provides an image of the Solaris Operating Environment that the JumpStart client uses as its source of data? A. The web server. B. The boot server. C. The install server. D. The configuration server.
Ans: C
You are creating a Flash archive of your existing system which is to be used to install other systems on the network in your configuration. Which two are required by the flarcreate command? (Choose two) A. The files to include in the archive. B. The file in which to create the archive. C. The name used to identify the archive. D. The name of the user creating the archive. E. The systems to be installed using the archive.
Ans: B, C
Your NFS server log configuration file contains the entry: applog defaultdir=/var/nfs buffer=/var/tmp/buffer fhtable=fhtable log=applog Which two are correct statements about this entry? (Choose two) A. The transaction buffer file is /var/tmp/buffer. B. The human-readable log file is /var/tmp/applog. C. The human-readable log file is /var/nfs/applog. D. This entry will be applied to all NFS shares by default. E. The file handle mapping table is /var/tmp/fhtable. F. This entry
Ans: A, C
Which three name services provide, or can be customized to provide, locale information as used in /etc/locale? (Choose three) A. NIS B. NIS+ C. UNS D. DNS E. NFS F. LDAP
Ans: A, B, F
Which two statements about the functionality of the syslogd daemon are true? (Choose two) A. Error messages can only be logged locally in a system log. B. The kernel, daemons, and syslogd each write directly to a system log. C. Syslogd can write messages to the console as well as to a system log. D. The logger command communicates with syslogd which then logs the message according to its configuration file.
Ans: B, C
Which two processes and daemons are executed by the /usr/lib/netsvc/yp/ypstart script on an NIS slave server? (Choose two) A. ypbind B. ypinit C. ypserv D. ypxfrd
Ans: A, C
Which three files does RBAC use? (Choose three) A. /etc/user_attr B. /etc/exec_attr C. /etc/prof_attr D. /etc/security/user_attr E. /etc/security/exec_attr F. /etc/security/prof_attr
Ans: A, E, F Explanation From the SUN Ed. documentation, there are four (4) databases that RBAC uses: 1. /etc/user_attr 2. /etc/security/auth_attr 3. /etc/security/prof_attr 4. /etc/security/exec_attr