1Z0-876 | Up to date 1Z0-876 Exam Study Guides With New Update Exam Questions


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

Q22. Choose the answer that correctly describes the Java Archive tool.

A. The jar tool creates archive compatible with the tar command.

B. The jar tool use the zip command syntax to create archive files.

C. The jar tool creates compressed archive files.

D. The jar tool create archives compatible with the compress command.

Answer:: C

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

Q24. The mt command is used to control a tape device. Which operation is NOT supported by the mt command?

A. Move to a specific record location on a tape.

B. Write a configuration file to the device.

C. Display the current status of a tape device.

D. Erase the entire contents of a tape.

Answer: B

Q25. Click the Exhibit button.

 

The exhibit shows the first few lines of a system run control script. In which shell is this script executed?

A. Bourne Shell

B. Z Shell

C. C Shell

D. Korn Shell

E. Bash Shell

Answer: A

Q26. Click the Exhibit button.

 

A user named Val wants to configure the man command so that she is able to use the man

-k option. Note that the -k option uses the windex database. Which command will configure the windex database for man pages?

A. man -f windex

B. catman -w

C. whatis windex

D. make -m man

Answer: B

Q27. You own a file that is part of a web development project. This file is shared by the group

permission among the members of the web development group called webdev. The world permissions for the file are set to read only for security reasons. You wish to give write access on the file for a contractor not in the webdev group. You do not have root access. Which method describes how you can grant write permissions to the contractor's user ID?

A. Edit the /etc/group file and add the contractor's user ID to the group.

B. Create a owner ACL for the contractor's user ID.

C. Add a mandatory access control for the contractor's user ID.

D. The world or group permissions must be modified by root.

Answer: B

Q28. You own a file that is part of a web development project. This file is shared by the group

permission among the members of the web development group called webdev. The world permissions for the file are set to read only for security reasons. You wish to give write access on the file for a contractor not in the webdev group. You do not have root access. Which method describes how you can grant write permissions to the contractor's user ID?

A. Edit the /etc/group file and add the contractor's user ID to the group.

B. Create a owner ACL for the contractor's user ID.

C. Add a mandatory access control for the contractor's user ID.

D. The world or group permissions must be modified by root.

Answer: B

Q29. Choose the answer that describes a process that runs in the background and provides a service.

A. user process

B. system daemon

C. rouge process

D. defunct process

E. shell process

Answer: B

Q30. You have a file that contains a list of parts in a single column. You need to append the text string .ex2009 to each entry. You will use the vi editor and the last line mode to append this text to each entry. Which command will add the text correctly?

A. :%s/*/.ex2009/ 

B. :%s/.$/.ex2009/ 

C. :%s/$/.ex2009/ 

D. :%s/*$/.ex2009/

Answer: C