1Z0-876 | Approved Oracle 1Z0-876 exam


Q71. Choose the command that is used to display a process and all the parent processes.

A. pgrep

B. ptree

C. pmap

D. kstat

Answer: B

Q72. Click the Exhibit button.

 

The exhibit shows a listing of Jane's directory. Consider the entry repair. Choose the commands that might have been used to create this file.

A. cp /export/home/jane/things/fixit /export/home/jane/repair

B. ln /export/home/jane/repair /export/home/jane/things/fixit

C. ln /export/home/jane/things/fixit /export/home/jane/repair

D. mkfile 32b /export/home/jane/repair

E. ln -s /export/home/jane/things/fixit /export/home/jane/repair

F. ln -s /export/home/jane/repair /export/home/jane/things/fixit

Answer:: E

Q73. Click the Exhibit button.

 

This user is using the Korn shell. Which command did the user execute to display the list shown in the exhibit?

A. fc -l 122-137

B. fc -l 122

C. fc -l 122 137

D. history

Answer: D

Q74. Your logging into the system as user Val, you are notified upon login that you must change your user password on the system. Your current password is 2co0lu! Choose the password that meets the requirements for a user changing the password on a Solaris 10 system.

A. 2co0l4u

B. valiscol

C. 2C00L4u2

D. 321 123!

Answer: C

Q75. Click the Exhibit button.

 

Wally is using a Korn shell, and is writing a report for his customers. The report contains instructions on how to use a set of scripts that he has created for the customers to use. The scripts are all interactive. Wally is running the scripts while creating the report so he can cut and paste the user prompts into his document. Wally executes the following command:

$ fg

Which job will be placed in the foreground of the shell?

A. ./makecert

B. ./crypttool.sh confidential-report

C. ./affiliate

D. vi cust-report

Answer: B

Q76. Frank has been sent a file named Interns.jar. He would like to examine the contents of the file without extracting the file. Choose the command that will allow him to examine the file.

A. tar xvf ./Interns.jar

B. jar tvf ./Interns.jar

C. cat ./Interns.jar

D. ./Interns.jar >> jar cvf -

E. unzip ./Interns.jar

Answer: B

Q77. Click the Exhibit button.

 

Val wants to copy the customer data files from the data directory, to a directory called customer. The new customer directory will be in Val's home directory. Choose the command that Val will use to accomplish this task.

A. touch $HOME/customer ; cp customer-local customer-region customer-state

$HOME/customer

B. mkdir $HOME/customer ; mv customer-local customer-region customer-state

$HOME/customer

C. mkdir ../customer ; cp customer-local customer-region customer-state ../customer

D. cp customer-local customer-region customer-state | mkdir $HOME/customer

Answer: C

Q78. While working in his home directory Jim lists the directory contents with the following result:

$ ls -F

affiliates* daily-report* fixes today appointment expenses/ phone-list@ windfil> year-report|

From this list of files, which file is executable?

A. affiliates

B. fixes

C. expenses

D. phone-list

E. windfil

F. yearly-report

Answer: A

Q79. Jim has a compressed text file named saved.zip Jim used the following command to create the file:

zip -r saved plants

adding: plants (deflated 94%)

Jim wants to list the contents of the plants file, but not extract it. Which command will NOT list the contents of the file plants?

A. gunzip -c saved.zip

B. gzcat saved.zip

C. unzip -c saved.zip

D. unzip -l saved.zip

Answer: D

Q80. While working in his home directory Jim lists the directory contents with the following result:

$ ls -F

affiliates* daily-report* fixes today appointment expenses/ phone-list@ windfil> year-report|

From this list of files, which file is executable?

A. affiliates

B. fixes

C. expenses

D. phone-list

E. windfil

F. yearly-report

Answer: A