Practice Quiz #4 Flashcards
To access the third virtual console, you would press which hot keys.
ctrl+alt+F3
Which wildcard character is used to represent only one character? A. Asterisk (*) B. Exclamation point (!) C. Question mark (?) D. Tilde (~)
C. Question mark (?)
True or False: Once you know the shell, you will always be able to work on any Linux or UNIX-like system.
True
Which command illustrates how to obtain helpful documentation for the ls command? A. man ls B. help ls C. doc ls D. find ls
A. man ls
The ______ is an extra piece of information that tells the command what to work on.
argument
True or False: Virtual consoles are an easy way to have multiple shells open and active at once.
True
True or False: Many administrative tools require root permission.
True
True or False: You can change the prompt to display any characters or information you want.
True
The bash shell can auto-complete filenames. Just enter the first characters of a filename and press the ____ key.
tab
The default number of commands history remembers is ____.
1,000
True or False: Linux distros are restricted to a single shell installed.
False
Although the shell is less intuitive than GUI, most Linux experts consider the shell to be _______.
more powerful than GUIs.
Which of the following displays kernel information? A. uname -a B. top --show-kernel C. kernel D. None of the above
A. uname -a
The ______ pages provide description, syntax, and options for commands.
man
The ____ symbol is the prompt for the root user.
#