Identify the proper device for the third partition, on the second hard disk, on the first IDE controller on a PC system.
Once a shell variable has been created, how can the variable be removed from the environment?
Which of the following sed commands will replace all instances of the string foo with the string foobar changing the file file1.txt in place?
What file contains kernel level logging information such as output from a network driver module when it is loaded?
/var/log/messages/kern.log
messages/kern.log
What command will print the shared libraries for the file /usr/lib/libpng12.so? (Provide the full command with library name but without any other options or parameters)
/usr/bin/ldd/usr/lib/libpng12.so