Term
Which of the following shells has rich scripting capabilities? |
|
Definition
|
|
Term
If the LC_ALL environment variable is defined, the value for specific LC variables is not checked...TRUE OR FALSE |
|
Definition
|
|
Term
Which of the following is a valid environment variable? |
|
Definition
|
|
Term
A(n) ___ statement allows you to use conditions that can be evaluated in many different ways. |
|
Definition
|
|
Term
A(n) ____ is used to find out if a certain condition is true or false. |
|
Definition
|
|
Term
If an English man page is not displayed automatically when you enter the man command, you can use the _______ options to display the English version of the man page |
|
Definition
|
|
Term
The ____login option is used to restart the system. |
|
Definition
|
|
Term
Which command could you type at a command prompt to find out about the syntax of the “grep” command? |
|
Definition
|
|
Term
Which echo backslash sequence creates a trailing new line in a shell script? |
|
Definition
|
|
Term
Which man page section refers to system calls? |
|
Definition
|
|
Term
Which directory contains most application and system documentation? |
|
Definition
|
|
Term
Which of the following is not an item that you will find on the panel at the bottom of the GNOME desktop? |
|
Definition
|
|
Term
In SUSE Linux, you can find ICONS in two areas on the Desktop. Desktop Icons and Main Menu Icons TRUE OR FALSE |
|
Definition
|
|
Term
Which of the following tools can be used to convert the content of the standard display terminal into impluses that are sent to a series of pins? |
|
Definition
|
|
Term
The ____feature enables users to lock modifier keys such as Ctrl and Shift. |
|
Definition
|
|
Term
Which of the following sed commands will replace all ‘the’ strings with ‘the’ in the /etc/hosts file? |
|
Definition
sed s/teh/the/g /etc/hosts |
|
|
Term
The od command with the ____ option can be used to dump a file to the standard output in hexadecimal format. |
|
Definition
|
|
Term
To switch to the root user home directory, you would use the ___ command. |
|
Definition
|
|
Term
Which of the following commands can be used to display your locale information? |
|
Definition
|
|
Term
Which text tool can be used to replace tab characters with space characters? |
|
Definition
|
|
Term
Which of the following commands would list all lines that contain the word “super” at the end of the line in the /etc/hosts file? |
|
Definition
|
|
Term
Which file is read by all login shells? |
|
Definition
|
|
Term
Which manual (man) page section number is used for games? |
|
Definition
|
|
Term
The rm command with the ___ option asks for confirmation before deleting. |
|
Definition
|
|
Term
Which option of the ls command is used to display hidden files? |
|
Definition
|
|