Questions & Answers 100% Correct!!
Which echo backslash sequence creates a trailing new line in a shell script? - ANSWER \c
The ____ command can be used to obtain the full path of a specified command. - ANSWER which
In SUSE Linux, you can find ICONS in two areas on the Desktop. Desktop Icons and Main Menu Icons -
ANSWER False
Which one of the following commands can be used to create a symbolic link? - ANSWER ln -s
Which manual (man) page section number is used for games? - ANSWER 6
The Slow Keys feature configures the keyboard so that the user must hold a key down for a
configured period of time before the keystroke is sent, thus preventing accidental keystrokes from
being sent. - ANSWER True
The TC shell is the standard Linux shell with many advanced features - ANSWER False
Normally, redirecting is destructive on existing files, which item will append to existing files? -
ANSWER >>
To view only the last ten lines of a file, you would use the ______ command. - ANSWER Tail
The ___feature sounds an audible alert whenever Caps Lock is on. - ANSWER ToggleKeys
Which of the following is not an item that you will find on the panel at the bottom of the GNOME
desktop? - ANSWER Control Center
The od command with the ____ option can be used to dump a file to the standard output in
hexadecimal format. - ANSWER -x
, What channel number is assigned to the standard output? - ANSWER 1
Which text tool can be used to replace tab characters with space characters? - ANSWER split
Which one of the following uses 'proper' command syntax? - ANSWER Command | Command
Which of the following is not a valid environment variable? - ANSWER GREP
Which option of the ls command is used to display hidden files? - ANSWER -a
Which command below is a filter command that reads the standard input and writes it to both the
standard output and a specified file? - ANSWER tee
A(n) ___ statement allows you to use conditions that can be evaluated in many different ways. -
ANSWER case
Which command will determine the type of a file by examining its contents? - ANSWER file
Which file is read by all login shells? - ANSWER /etc/profile
The _____Icon minimizes all open windows or shows them again on the desktop. - ANSWER
workspaces
How can you switch to a graphical virtual terminal in SUSE Linux? - ANSWER Ctrl+Alt+F7
If no directory name is included as a parameter with the ls command, the contents of the current
directory are listed. - ANSWER True
Which command can be used to open a non-login shell as the root user and switch to the root user's
home directory? - ANSWER su -
Which of the following sed commands will replace all 'the' strings with 'the' in the /etc/hosts file? -
ANSWER sed s/teh/the/g /etc/hosts