Section 2, Linux SUSE Section 3(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
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
What is the name of the GNOME File Manager? - ANSWER Nautilus
The ___ environment variable overrides all other LC environment variables. - ANSWER LC_ALL
Which command would we type to view the contents of the file "cert" in our present directory one
page at a time? - ANSWER less cert
Which two control structures below are looping structures? (Choose two answers.) - ANSWER until,
while
Which of the following will run the cd command if the ls command is successful? - ANSWER ls /&&
cd /