1Z0-876 Exam Questions
127 real 1Z0-876 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #133
Jane has stored files in a compressed tar archive. She extracts the data with the following command: $ zcat keyfiles.tar.Z | tar tvf - Examine the command line. What is the purpose...
- Question #134
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 c...
- Question #135
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.
- Question #136
Frank has an archive named data-1-4.tar and he needs to examine the content of the archive. Which command will display the contents of the archive for Frank?
- Question #137
Jane has stored files in a compressed tar archive. She extracts the data with the following command: $ zcat keyfiles.tar.Z | tar tvf - Examine the command line, what is the functio...
- Question #138
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, aft...
- Question #140
Frank is the administrator of the site where you work. You notice Frank issues the following command: # kill -HUP `cat /usr/local/apache2/logs/httpd.pid` Choose the answer that bes...
- Question #141
Val is searching through a file using the following egrep command: $ egrep '3+' ./customer-data Choose the answer that best describes what the result of this search will be.
- Question #142
Click the Exhibit button. Within the exhibit, "Listing 1" displays the original files contents, and "Listing 2" is the result from one of the following commands. Select the command...
- Question #143
Choose the command that is used to display a process and all the parent processes.
- Question #144
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?
- Question #145
A user named Frank issues the following command: % cal 9 1752 Choose the answer that best describes the number 9 as used in this command line.
- Question #147
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.
- Question #149
Val is using the du command to gather information about data stored in her home directory. $ du -sk * | sort -n | tail > file2 Which answer correctly describes the output of this c...
- Question #150
Click the Exhibit button. The exhibit shows both the data from Jane's home directory and a command. Based on the data shown, choose the command that would move Jane into the direct...
- Question #151
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 signa...
- Question #153
You have a parts list, and you need to search it for all parts that contain the string V1 or the string R3. You decide to use a grep utility to search the file. Which grep command...
- Question #154
You need to find all files in your home directory hierarchy that contain the string sample in the file name. You want a relative path to each file so you can easily retrieve it. Ch...
- Question #156
Which grep program is used to search for literal strings and does not interrupt regular expressions?
- Question #157
Frank wants to examine the file car-data but not edit the file. He only needs to scroll through the file and search for data. Choose the command that would open the file car-data f...
- Question #158
What determines which bits in an IP address represent the subnet, and which represent the host?
- Question #159
Which two accurately identify features of a Solaris 10 branded zone?
- Question #160
You are troubleshooting a newly installed desktop Oracle Solaris 11 system with a single network interface. From this system, you can connect to other systems within the company in...
- Question #161
You want the system to generate an email notification each time one of the services has changed its state. Which option would send an email message to the system administrator when...
- Question #162
How are operating system updates distributed in the Oracle Solaris 11 environment?
- Question #163
When speaking in an Oracle Support Engineer, you are asked to verify the version of the Solaris 11 build currently running on your system. Which command would display the Solaris 1...
- Question #164
user1 is attempting to assist user2 with terminating user2's process 1234. user1 entered the following: kill -9 1234 Why does the process continue to run?