Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Solaris Certified Associate (1Z0-876) Free Practice Test

Question 1
Val needs to transfer multiple files from a remote system to her local system. She has established an ftp session with the remote system. When multiple files are transferred with ftp the system will prompt you to determine if you want each file transferred. Choose the ftp command that will disable this ftp prompt when transferring multiple files.

Correct Answer: C
Question 2
Click the Exhibit button.

The exhibit shows a listing of Jane's directory. Consider the entry new_car_data. Choose the answer that best describes this entry.

Correct Answer: B
Question 3
Dave has a compressed tar archive named pics.tar.Z Dave needs to uncompress and extract the data from this file. Which command will extract and uncompress the file?

Correct Answer: B
Question 4
Wally has just edited a file with the vi editor, he saves the new file with the name newdata. The following is a listing of that file:

Based on the information provided, what is the value of the umask setting?

Correct Answer: C
Question 5
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.

Correct Answer: F
Question 6
Jane is writing a shell script. While testing the script, she finds that the script is in a infinite loop. She issues the following command:
$ kill `pgrep affiliate.sh`
Which signal does this command send to the process?

Correct Answer: B
Question 7
Click the Exhibit button.

While working in his home directory, Wally executes the commands shown in the exhibit. Wally needs to execute a find command that he had previously executed. He is using a ksh shell. Choose the command which will execute the find command again.

Correct Answer: A
Question 8
Which grep program is used to search for literal strings and does not interrupt regular expressions?

Correct Answer: C
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?

Correct Answer: B