Question
Question 1 What character is used to redirect output from one command to input for the next greater than (>) less than (
Question 1
What character is used to redirect output from one command to input for the next
greater than (>)
less than (<)
pipe (|)
ampersand (&)
Question 2
Previously executed commands can be recalled in BASH using
any key
the escape key
the home key
the up/down arrow keys
Question 3
More than one command can be executed on one command line when separated by a
back slash \
colon :
space
semi-colon ;
Question 4
Command history can be accessed from a vi-enabled shell, using vi-like commands, by using
the home key
the up/down arrow keys
the escape key
any key Question 5
The backslash (\) character in Linux is used
at the start of an absolute file path name
to signify the root file system
to quote a single character to make a backslash token, making the next character either special, or making it not special
only by the system administrator Question 6
One function of an operating system is to
print monthly reports
compile C programs
create new users
manage files
Question 7
The command one would use to view the contents of a file is
more
less
any of these would work
cat Question 8
Absolute file pathnames usually begin with a
forward slash (/)
backward slash (\)
double quote (")
round ( ... ) bracket
Question 9
The keyboard key used to auto-complete file/directory names is
TAB
BKSP
ESC
CTRL
Question 10
When redirecting STDERR, you use the number
4
2
1
3
Question 11
The file name expansion character (file globbing) representing zero or more characters is a
asterisk (*)
minus (-)
period (.)
colon (:)
Question 12
The most commonly used Linux shell is the
C Shell
Bourne Again Shell
Korn Shell
Egg Shell Question 13
The Linux command used to delete a directory is
rmdir
dirdel
erase
deldir
Question 14
The vi text editor command to move the cursor to the next line is
j
l
h
k
Question 15
The switch for ls() which gives detailed file information is
-d
-l
-a
-s
Question 16
To create an empty file you could use
ls
touch
who
any of these answers
Question 17
A common Linux top level directory (folder) is
usr
bin
all of these are common
home
Question 18
A common Linux file system is
ext4
vfat
hfs
ntfs
Question 19
Linux names of hidden files always begin with
a forward slash
an uppercase letter
a period
a letter (upper or lower case) or a digit (zero to nine)
Question 20
The three modes of the vi text editor are
command, insert and curses
command, edit and last-line
edit, delete and save
common, edit and insert
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started