1.
The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?
2.
Which of the following commands will write a message to the terminals of all logged in users?
3.
You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in. Which command would disconnect the users and allow you to safely execute maintenance tasks?
4.
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
Correct Answer: reconfigure
Section: Linux Installation and Package Management
Explanation
Explanation/Reference:Given the following output:
prompt>myapp
[1]+ Stoppedmyapp
prompt>
Which of the following commands will resume executing the stopped process and make it the current job?
5.
When should grep -F or the fgrep command be used to search the content of text files?
6.
In compliance with the FHS, in which of the directories are man pages typically found?
7.
In the command foo < bar | foobar, which ONE of the following statements is correct?
8.
You have created a long letter and after you are done you notice that you used the name "Bob" many times but you forgot to capitalize it in many instances. Which command would replace "bob" with "Bob" in all instances and generate a new letter for printing?
9.
Which file should be edited to select the network locations from which Debian installation package files are loaded?
10.
Which of the following commands will NOT update the Modify timestamp on the file /tmp/myfile.txt?