CertDumps 1Z0-876

download CertDumps 1Z0-876

of 8

Transcript of CertDumps 1Z0-876

  • 7/30/2019 CertDumps 1Z0-876

    1/8

    Oracle 1Z0-876

    Oracle Solaris Cert if ied Associat e Exam

    Version Demo

    Total Quest ions 15

  • 7/30/2019 CertDumps 1Z0-876

    2/8

    Question: 1

    Tina has executed the following command:

    $ affiliate.sh 2>>/var/log/worklog

    Choose the statement that is true concerning this command.

    A. stdin is redirected to a file.

    B. stderr is redirected to a file.

    C. stdout is redirected to a file.

    D. all output from the script is redirected to a file.

    Answer: B

    Question: 2

    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.

  • 7/30/2019 CertDumps 1Z0-876

    3/8

    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

    Question: 3Jane is about to edit a file with the vi editor. She executes the following command:

  • 7/30/2019 CertDumps 1Z0-876

    4/8

    $ vi ./customer_sat.txt

    Choose the vi editor mode that Jane will be using when the file is opened.

    A. command mode

    B. edit modeC. last line mode

    D. ex mode

    Answer: A

    Question: 4

    What are the minimum number of characters that a regular user must use when creating a

    password?

    A. 0

    B. 2

    C. 4

    D. 6

    E. 8

    Answer: D

    Question: 5

    What are the minimum number of characters that a regular user must use when creating apassword?

    A. 0

    B. 2

    C. 4

    D. 6

    E. 8

    Answer: D

    Question: 6

    Jane has two text files, file1 and file2. She wants to append the contents of file2 to the existing

    contents of file1. Choose the command that will achieve this goal.

    A. cat file1 >> file2

    B. cat file1 file2 > file1

    C. echo file2 >> file1

    D. file1 file2 >> file1F. cat file2 | file1

  • 7/30/2019 CertDumps 1Z0-876

    5/8

    G. cat file2 >> file1

    Answer: G

    Question: 7A user is creating an archive using the zip utility. The user executes the following sequence of

    commands.

    $ zip -rm archive.zip /data/dir1

    $ zip -rm archive.zip /product/dir1

    $ zip -rm archive.zip /data/dir2

    What will be the result of running this sequence of commands?

    A. An archive.zip file will be created and the contents will be the three directories.

    B. An archive.zip file will be created the contents will be /data/dir2

    C. An archive.zip file will be created the contents will be /data/dir1

    D. The three directories will be removed from the archive.zip

    Answer: A

    Question: 8

    Frank has a archive named data-1-4.tar and he needs to recover the contents

    of the archive. Which command will restore the contents of the archive to disk?

    A. tar xvf data-1-4.tarB. tar uvf data-1-4.tar

    C. tar cvf data-1-4.tar

    D. tar rvf data-1-4.tar

    E. tar tvf data-1-4.tar

    Answer: A

    Question: 9

    Frank is going to add four files to a tar archive. The files are called data1, data2, etc. These

    files will be stored in a new archive called data-1-4.tar

    Which command will correctly create this archive?

    A. tar xvf data-1-4.tar data1 data2 data3 data4

    B. tar uvf data-1-4.tar data1 data2 data3 data4

    C. tar cvf data-1-4.tar data1 data2 data3 data4

    D. tar rvf data-1-4.tar data1 data2 data3 data4

    E. tar tvf data-1-4.tar data1 data2 data3 data4

    Answer: C

  • 7/30/2019 CertDumps 1Z0-876

    6/8

    Question: 10

    Frank wants to login to a remote system named proteus and edit multiple files. The remote

    host proteus has been configured with a .rhosts file in Frank's home directory. Choose the

    command that will allow Frank to login without entering a password.

    A. telnet

    B. ftp

    C. rcp

    D. dtlogin

    E. rlogin

    Answer: E

    Question: 11

    Click the Exhibit button. Jane has listed information about directories under her home directory.

    Choose which statement is true concerning the file finder.

    A. finder is a symbolic link

    B. finder has a hard link

    C. finder is writable

    D. finder has a ACL

    Answer: B

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

  • 7/30/2019 CertDumps 1Z0-876

    7/8

    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

    Question: 13

    Tina has executed the following command:

    $ affiliate.sh 2>>/var/log/worklog

    Choose the statement that is true concerning this command.

    A. stdin is redirected to a file.

    B. stderr is redirected to a file.

    C. stdout is redirected to a file.

    D. all output from the script is redirected to a file.

    Answer: B

    Question: 14

    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

  • 7/30/2019 CertDumps 1Z0-876

    8/8

    Question: 15

    Click the Exhibit button. The user named Val issued a sequence of commands, as shown in

    the exhibit. Which of the following choices describes the results of the last command executed

    by Val?

    A. Changes directory to Val's home directory.

    B. -: does not exist is displayed.

    C. -: No such file or directory is displayed.

    D. Changes directory to the previous directory.

    E. Changes to the first directory listed in the current directory.

    Answer: D