117-101 Exam Questions
234 real 117-101 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #251
How can you update a package only if an earlier version is currently installed on the system?
- Question #252
You are preparing a new set of shared libraries in /usr/local/applib and you have written and compiled some code that uses these libraries. You have already performed and ldconfig,...
- Question #253
Where can lilo place boot code?
- Question #254
Where does lilo store its boot information?
- Question #255
To what environment variable will you assign or append a value if you need to tell the dynamic linker to look in a build directory for some of a program's shared libraries?
- Question #256
Which command will allow you to find a specific installed package?
- Question #257
Which of the following is very important when installing from source code (Check TWO that apply)?
- Question #260
You are building a server that will undergo many hardware and operating system upgrades. The server is the file server for all users on your 100 user network. Which directory shoul...
- Question #261
What file is read by the program ldconfig?
- Question #262
After a minor security incident you are instructed by your lead sys-admin to verify the RPM's installed on a running system. Which command will create a complete report which you c...
- Question #263
You see following output while trying to install an updated package: [root@example pub]# rpm -I gthumb-2.2.0.i386.rpm package gthumb- 1.0.1.i386.rpm is already installed. Which com...
- Question #264
Which of the following would do the same as the command cat < file1.txt > file2.txt?
- Question #267
In the vi editor, which of the following commands will delete the current line at the cursor and the 16 lines following it (17 lines total)?
- Question #269
As root you have navigated to directory /B. You wish to move all of the files and directories from directory /A to directory /B. Which of the following options would be the most ap...
- Question #270
What key sequence will suspend the current process and return you to a shell prompt?
- Question #271
Which TWO commands will find the path for the binary vim?
- Question #273
What command changes the priority of the process running with process id of 12345 to the highest priority?
- Question #274
You want to save vi changes to the file myfile with :w!, but vi complains it can not write to the file. Therefore, you want to check the write permissions on the file. To do this w...
- Question #275
Which of the following GNU commands would be the most likely command you'd use to find the system load average?
- Question #276
Which of the following commands is equivalent to kill 1234?
- Question #277
What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1?
- Question #279
Which command will print to standard out only the lines that do not begin with # (pound symbol) in the file foobar?
- Question #280
What command will remove duplicate lines from a sorted file?
- Question #281
Which command line option would you use to restrict the GNU find command to searching a particular number of subdirectories?
- Question #282
What is the disadvantage of using the command kill -9 ?
- Question #283
To prevent a command run as root from sending both standard out (stdout) and standard error (stderr) to any terminal or other file or device, which of the following strings should...
- Question #284
You want to search the file myfile for all occurances of string containing at least five characters, where character number 2 and 5 are 'a' and character number 3 is NOT 'b'. Which...
- Question #285
What does the following command do? cat '$TEST'
- Question #286
You want to the command foo to take its input from the file foobar and send its output to the program bar. Which of the following command lines will do this?
- Question #287
The command cat /proc/dma will show you what?
- Question #288
How can you turn off the group quota in /pub?
- Question #289
You installed a beta rpm package, but are experiencing some problems with it. How can you remove this package?
- Question #290
which signal sends to the background process to resume it execution?
- Question #291
which command displays the i-node information for a particular file? Answer is b)istat.