1Z0-876 | All About Virtual 1Z0-876 examcollection


Q1. Wally is configuring a host named system1. He is attempting to allow user Frank to login from the host system2 without the need to enter a password. Which file will Wally need to configure to allow Frank to login to system1 without entering a password?

A. /etc/.rhost

B. ~frank/.rhosts

C. /.rhosts

D. ~wally/.rhosts

Answer: B

Q2. Click the Exhibit button.

 

Jane has discovered that the file bluetooth is corrupted. She wants to remove all instances of this file from the system. What command should Jane use to remove all instances of bluetooth?

A. rm blue*

B. rm bluetooth cellphone

C. rm keyboard bluetooth quarters

D. rm bluetooth cellphone keyboard quarters

Answer: B

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

Q4. Jim has moved around the file system. He wants to return to his home directory. Which command short cut will take Jim back to his home directory?

A. cd .

B. cd

C. cd -

D. cd HOME

Answer:: B

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

Q6. Which command is used at the beginning of each terminal session to identify oneself to the system? This command is invoked by the system when a connection is first established, after the previous user has terminated the login shell by issuing the exit command.

A. login

B. init

C. pam

D. start

E. startX

Answer: A

Q7. Click the Exhibit button.

 

The exhibit shows information about data in Jane's home directory. Which answer describes where the directory named dir1 is stored within the file system.

A. In the inode associated with directory dir1

B. In the directory file called dir1

C. In the ACL associated with dir1

D. In the directory file called widgets

E. In the inode associated with directory widgets

F. In the ACL associated with widgets

Answer: D

Q8. Click the Exhibit button.

 

You are examining the /usr/sfw/share/man directory, and then issue a sequence of commands as shown in the exhibit. Which answer correctly displays the output of the pwd command?

A. /usr/sfw

B. /usr

C. /usr/sfw/share

D. /

Answer: A

Q9. Click the Exhibit button.

 

The exhibit is a listing of Jane's directory. Choose which file is linked to the file keyboard.

A. bluetooth

B. cellphone

C. mouse

D. quarters

Answer: D

Q10. You have a file named customer1 and you need to examine the file in read only mode using the vi editor. Which two commands will open the file in the vi editor as read only?

(Choose two.)

A. view customer1

B. vi -ro customer1

C. vi -RO customer1

D. view -ro customer1

E. vi -R customer1

F. vi -r customer1

Answer: A,E