1Z0-876 | Downloadable Oracle 1Z0-876 dumps


Q31. You have a directory that contains only text files. You wish to compress all of these files. Which command can be used to compress these text files?

A. ls * | compress

B. echo * > compress -

C. compress *

D. compress < echo *

Answer: C

Q32. You have a directory that contains only text files. You wish to compress all of these files. Which command can be used to compress these text files?

A. ls * | compress

B. echo * > compress -

C. compress *

D. compress < echo *

Answer: C

Q33. Wally notices that the system seems to be running slower, and he wants to run a command to determine which process might be using the most system resources. Choose the command he might use for this purpose.

A. pstack

B. ps

C. prstat

D. prun

Answer: C

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

Q35. Tina has executed the following command:

$ affiliate.sh >/dev/null 2>1

Choose the statement that is true concerning this command.

A. stdin is redirected /dev/null, stderr is sent to the screen.

B. stderr is redirected to /dev/null, stdout is sent to the screen.

C. stdout is redirected to /dev/null, stderr is redirect to /dev/null

D. stdin, stderr and stdout are sent to /dev/null

Answer: C

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

Q37. Wally is searching for the PID of the syslog process on his system. He uses the following command:

$ pgrep syslogd

Choose the answer that describes the outcome of this command.

A. The PIDs of all syslogd processes are displayed.

B. The PID and full path of the first syslogd process is displayed.

C. The PIDs and name of each syslogd process is displayed.

D. The PIDs and full path of all syslogd processes is displayed.

Answer: A

Q38. While working in his home directory, Jim lists the contents of the directory with the following result:

$ ls -F

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

This directory listing indicates that the phone-list file is what type of file?

A. directory

B. block special file

C. executable file

D. hard link

E. symbolic link

F. ordinary file

Answer: E

Q39. Frank executes the following single command line:

$ ln /export/home/frank/audio_books/enders_game /export/home/frank/bookdata Choose the files that would result from executing this command.

A. -rw-r--r-- 2 frank frank 1699 Oct 29 00:51 enders_game

B. lrwxrwxrwx 1 frank frank 27 May 17 00:54

/export/home/frank/audio_books/enders_game -> /export/home/frank/bookdata

C. -rw-r--r-- 2 frank frank 1699 Oct 29 00:51 bookdata

D. lrwxrwxrwx 1 frank frank 42 May 17 00:54 /export/home/frank/bookdata ->

/export/home/frank/audio_books/enders_game

Answer: C

Q40. Frank has issued the following command:

$ rcp -r ~/products eternium:/var/tmp/stor

Choose the answer that best describes the result of Frank's command.

A. The contents of /var/tmp/stor from host eternium is copied to ~/products

B. The remote file system ~/products is copied to /var/tmp/stor on host eternium

C. The file ~/products is moved to /var/tmp/stor on host eternium

D. The directory ~/products is copied to /var/tmp/stor on host eternium

E. The contents of the directory ~/products is copied to /var/tmp/stor on eternium

Answer: D