1Z0-877 | High value Oracle 1Z0-877 examcollection


Q131. Click the Exhibit button. 

Given the system logging messages, which two statements are true? (Choose two.) 

A. The SSH server is not running after booting. 

B. The SSH service tried to start just one time. 

C. The SSH service encountered errors while starting. 

D. The LP print service is running successfully after booting. 

E. The SSH and LP services have the same reason for not starting. 

Answer: A,C 

Q132. You have an x86-based system with a monitor, but want to install Solaris 10 OS in text mode. Which is the correct procedure to do the interactive text installation? 

A. boot from the CD-ROM using the b -no_text mode 

B. create a Device Configuration Assistant diskette; 

set the system BIOS to boot from the diskette drive; 

boot from the diskette; 

insert the Solaris Installation CD 1 or the DVD into the drive; 

select choice #1 (Solaris Interactive) from the installation selection screen 

C. execute boot cdrom -text 

D. set the system BIOS to boot from the CD-ROM or DVD drive; 

insert the Solaris Installation CD1 or the DVD into the drive; boot from the CD-ROM or DVD drive; 

select choice #4 (Console session) from the installation selection screen 

Answer:

Q133. Youe tried connecting to your server using You?e tried connecting to your server using telnet, however, you cannot get a login prompt. From the system console, you display the following information about the telnet service: Which answer describes what you can do to get the telnet service working again? 

A. Enable telnetd in the /etc/inetd.conf file. 

B. inetadm enable svc:/network/telnet:default 

C. inetadm -a svc:/network/inetd:default 

D. inetadm -a telnet 

Answer:

Q134. A server has not had any changes made to the configuration of the standard system login accounts. It has a number of tape devices attached to it. The server is the only system on the local network that has tape devices. A file must be configured to allow backups. Which file must be correctly configured on the system with the tape devices attached to enable the other system to successfully perform its backup? 

A. /.rhosts 

B. /etc/hosts.equiv 

C. /etc/rmt/tape.conf 

D. /etc/hostname.rmt0 

Answer:

Q135. Given: 

# ls -l program1 

-rwsr-xr-x 1 root other 32768 May 9 16:57 program1 

and 

# grep user1 /etc/passwd 

user1:x:100:312::/export/home/user1:/bin/ksh 

When user1 runs program1, what is the effective UID and GID of the process? 

A. UID 0, GID 100 

B. UID 0, GID 312 

C. UID 100, GID 312 

D. UID 312, GID 100 

Answer:

Q136. A file system needs to be backed up without disrupting the service to the users. You decide to create a snapshot of the file system in question, so that the file system does not have to be unmounted. 

Which step should you take first before creating the snapshot? 

A. remove all old snapshots 

B. locate sufficient backing-store space 

C. insert an empty tape in the tape drive 

D. put the system in single-user mode 

Answer:

Q137. You created a custom .profile and scripts that you would like to have placed in a user home directory when a new user account is created. and scripts that you would like to have placed in a user? home directory when a new user account is created. The script should only be given to users that have a primary GID of 300 - the ? - the development?group. Which describes the procedure to make this happen? 

A. Place the files into the /etc/skel directory; useradd will automatically put those files into the user home directory when the account iswill automatically put those files into the user? home directory when the account is created. 

B. Create a directory named /etc/development ; place the files in this directory ; type: useradd -k /etc/development when creating accounts for those users. 

C. Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd -K /etc/skel/development when creating accounts for those users. 

D. Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd -m /etc/skel/development when creating accounts for those users. 

Answer:

Q138. Click the Exhibit button. 

The steps that should be used to interactively restore the /etc/inet/hosts file from the second ufsdump file on a tape are shown in the exhibit. In which order should they be executed? 

A. 3, 6, 4, 2, 1, 5, 7, 8 

B. 3, 4, 5, 6, 2, 1, 7, 8 

C. 3, 6, 5, 2, 1, 4, 8, 7 

D. 3, 5, 6, 4, 2, 1, 8, 7 

Answer:

Q139. As system administrator, you are asked to install an additional internal disk into a SPARC-based workstation that is needed to store application data. 

Which two procedures present the new disk to the Solaris 10 OS? (Choose two.) 

A. 1) execute # init 5 

2) install the new disk into the workstation 

3) power on the workstation 

4) using vi, manually edit the /etc/path_to_inst file and add an entry for the new disk 

5) execute # init 6 

B. 1) execute # touch /reconfigure 

2) execute # init 5 

3) install the new disk into the workstation 

4) power on the workstation 

C. 1) execute # init 0 

2) at the ok prompt, type setenv auto-boot? false 

3) power off the workstation 

4) install the new disk into the workstation 

5) power on the workstation 

6) at the ok prompt, type setenv auto-boot? true 

7) at the ok prompt, type boot -r 

D. 1) execute # halt 2) power off the workstation 3) install the new disk into the workstation 4) power on the workstation 5) at the ok prompt, type boot -x 

E. 1) execute # devsfadm -C disk 

Answer: B,C 

Q140. A user has a large file called bigfile to print and needs to print it as soon as possible. The default printer is down for scheduled maintenance and will not be back online for another hour. You suggest that the user send bigfile to the sys-47 print server (printer speedy), which is online and not currently being used. 

Which two commands can accomplish this? (Choose two.) 

A. /usr/bin/lp -f bigfile 

B. /usr/ucb/lpr bigfile:speedy:sys-47 

C. /usr/ucb/lpr -P sys-47:speedy bigfile 

D. /usr/lib/lpr -d sys-47:speedy bigfile E. /usr/bin/lp -d sys-47:speedy bigfile 

Answer: C,E