Solved
Which of the following is not an item that you will find on the panel at the bottom of the
GNOME desktop? Correct Ans-Control Center
The od command with the ____ option can be used to dump a file to the standard output in
hexadecimal format. Correct Ans--x
What channel number is assigned to the standard output? Correct Ans-1
Which command can be used to open a non-login shell as the root user and switch to the root
user's home directory? Correct Ans-su -
Which of the following sed commands will replace all 'the' strings with 'the' in the /etc/hosts
file? Correct Ans-sed s/teh/the/g /etc/hosts
Which man page section refers to system calls? Correct Ans-2
The rm command with the ___ option asks for confirmation before deleting. Correct Ans--i
You can use the ___ command to move multiple files from directory to another at once.
Correct Ans-mv
, Linux SUSE Section 1- Questions and Answers 100%
Solved
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? Correct Ans-Braille display
_____ are used to simulate multiple terminals connected to the serial interface in a linux
system. Correct Ans-Virtual terminals
The ____ command prints the number of newlines, words, and bytes in files. Correct Ans-
wc
Which of the following shells has rich scripting capabilities? Correct Ans-Korn
Which text tool can be used to replace tab characters with space characters? Correct Ans-
split
Which one of the following uses 'proper' command syntax? Correct Ans-Command |
Command
Which of the following is not a valid environment variable? Correct Ans-GREP
Which option of the ls command is used to display hidden files? Correct Ans—a
Which echo backslash sequence creates a trailing new line in a shell script? Correct Ans-\c