1Z0-879 | Downloadable Oracle 1Z0-879 vce


Q331. 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 

Q332. An LDAP client has just been initialized and you need to check that it can list all the containers in the current base DN. Which command displays this information? 

A. ldaplist B. ldaplook C. ldapcheck 

D. ldapcontainers 

Answer:

Q333. The system administrator needs to create a new role named adminuser and assign the following authorizations to the adminuser role: 

Solaris.admin.logsvc.purge 

Solaris.admin.usermgr.pswd 

Solaris.system.shutdown 

Solaris.admin.fsmgr.write adminuser 

Which command would the system administrator issue to create the adminuser role? 

A. roleadd -m -d /export/home/adminusr -c "admin assistant" -A Solaris.admin.logsvc.purge,Solaris.admin.usermgr.pswd,Solaris.system.shutdown,Solaris.admin.f smgr.write adminuser 

B. useradd -d /export/home/adminusr -c "admin assistant" -P Solaris.admin.logsvc.purge,Solaris.admin.usermgr.pswd,Solaris.system.shutdown,Solaris.admin.f smgr.write adminuser C. useradd -m -d /export/home/adminusr -c "admin assistant" -A Solaris.admin.logsvc.purge,Solaris.admin.usermgr.pswd,Solaris.system.shutdown,Solaris.admin.f smgr.write adminuser 

Answer:

Q334. You are troubleshooting a jumpstart server problem. You need to confirm the install server that the client is using. Which file in the list provides the location of the install server to the client? 

A. bootparams 

B. ethers 

C. dd_install_client 

D. add install server 

E. C0A80101.SUN4U 

Answer:

Q335. With the Solaris OS, you are required to reserve swap space prior to executing any process. This requires the available of swap space. The required amount of swap space varies from system to system. Which two statements about available swap space requirements are true? (Choose two.) 

A. It does not require physical disk space. 

B. It must be twice as large as the installed physical RAM. 

C. It must be sufficient to supplement physical RAM to meet the needs of concurrently running processes. 

D. It must be spread across all the installed disks in the system. If there are two disks in the system, there must be a swap slice on each disk. 

E. It must be spread across all the controllers installed in the system. If the system has two controllers, each controller must have a disk with a swap slice. 

Answer: A,C 

Q336. Which three steps are required to convert an existing file system to a striped volume? (Choose three.) 

A. reboot the system 

B. back up the file system 

C. create the striped volume 

D. designate a hot spare pool 

E. create additional state database replicas 

F. restore the file system to the striped volume 

Answer: B,C,F 

Q337. Given: 

# logins -l test1 

test1 1001 other 1 

# logins -l root 

root 0 root 0 Super-User 

# ls -l /etc/passwd 

-rw-r--r-- 1 root sys 726 Jan 25 16:56 /etc/passwd 

Which two commands disable test1 from reading /etc/passwd? (Choose two.) 

A. # setfacl -m u:test1:rwx, g::---, o:r--, m:r-- /etc/passwd 

B. # setfacl -m u:test1:rwx, g::r--, o:r--, m:r-- /etc/passwd 

C. # setfacl -m g::---, o:---, m:r-- /etc/passwd 

D. # setfacl -m u:test1:rwx, g::r--, o:---, m:r-- /etc/passwd E. # setfacl -m u:test1:rwx, g::r--, o:r--, m:--- /etc/passwd 

Answer: C,E 

Q338. Which command can be used to restore the /var/adm directory and its contents from the remote tape drive /dev/rmt/0 attached to the host mars? 

A. ufsrestore cf /dev/rmt/0 ./var/adm 

B. ufsrestore xvf mars:/dev/rmt/0 ./var/adm 

C. ufsrestore ./var/adm mars:/dev/rmt/0 

D. ufsrestore vf mars:/dev/rmt/0 ./var/adm 

E. ufsrestore 0f rd=mars:/dev/rmt/0./var/adm 

Answer:

Q339. How many data sources can be specified in the Name Service Switch file for each of the data types? (Choose two. 

A. only one 

B. a minimum of two 

C. a minimum of one 

D. a maximum of four 

E. a maximum depending on the data type 

F. a maximum depending on the system type 

Answer: A,D 

Q340. You have added an additional internal drive to your x86-based desktop system, and you want to get the Solaris 10 OS to recognize it. 

Which three procedures allow the OS to recognize the new device? (Choose three.) 

A. boot the system then execute # touch /reconfigure, and then reboot the system; confirm that you can see the new drive by executing # format. 

B. boot the system and enter the # devfsadm -v command; confirm that you can see the new drive by executing # format 

C. boot the system, and at the Current Parameters Menu, type b -r; confirm that you can see the new drive by executing # format 

D. from the system menu, select the "Add new hardware" icon; confirm that you can see the new drive by executing # format 

E. boot the system and enter the # reconfigure command; confirm that you can see the new drive by executing # format 

Answer: A,B,C