You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?
A. You need to rebuild the kernel.
B. You need to upgrade the kernel.
C. You need to load the USB modules for your existing modular kernel.
D. USB support is no available in Linux.
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?
A. LD_LOAD_PATH
B. LD_LIB_PATH
C. LD_LIBRARY_PATH
D. LD_SHARE_PATH
E. LD_RUN_PATH
What is the proper option to put in /etc/fstab to enable group quotas for a particular parition?
A. groupquota
B. grpquota
C. groupquoatas
D. grpquotas
What would the following line accomplish if run as root? chown -R bert /home/bert/*
A. Nothing, this command is invalid.
B. It would revoke bert's ownership of all files in /home/bert to bert.
C. It would change user ownership of all files in /home/bert to bert.
D. It would set the group ownership of the directory /home/bert to bert
E. It would set ownership of all files and subdirectories in /home/bert to bert
You have a USB storage device that you cannot get working. You have enabled all appropriate USB options in the latest 2.2 kernel but still cannot get your device working. What is most likely the source of the problem?
A. You have not configured your usb.usermap properly
B. You are using the wrong kernel for this type of device
C. The USB device is not USB 2.0 compliant
D. There is a USB resource conflict
When reading man pages, a lot of extra characters are shown on screen. Which of the following commands can help to deal with this problem?
A. col
B. grep
C. more
D. pg
E. row
User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?
A. The source code was compiled for a different CPU
B. The permissions set in the /usr/bin directory are wrong
C. The binaries require root privileges to be installed
D. The wrong prefix was used during configuration of the source code
The USB device filesystem can be found under /proc/ _______ /usb/. (Please fill in the blank with the single word only)
A. bus
What option, when passed to the yum command, will update the entire system? (Specify ONLY the option name with no additional parameters)
A. update
When should grep -F or the fgrep command be used to search the content of text files?
A. When files need to be searched that contain non-ASCII text.
B. When only the presence of the search pattern needs to be reported and not every line that matches the search.
C. When the text being searched for does not contain any regular expression patterns.
D. When the text files will be searched multiple times. Subsequent calls to fgrep will run faster.