Linux Chapter 2
What metacharacter indicates background command execution?
&
Sandra needs to obtain the latest image of Fedora so that she can install it as a virtual machine on her Windows workstation. Which of the following file formats is Sandra likely to find available for download from Fedora's website in order to allow her to use the file as the source for booting and installing Linux as a VM?
.iso
Under the root directory in Linux, which directory contains system commands and utilities?
/usr
What directory under / contains the log files and spools for a Linux system?
/var
What metacharacter can be used to issue two commands to be run in consecutive order, without piping or redirecting output?
;
After logging into a terminal, a user will receive an interface known as which option?
Shell
Which of the following are true of the echo command? a. All of the other options are true. b. It can be used to display shell variables by including a $ sign in front of the variable name. c. Including a semicolon at the end of the line will not affect the text being displayed. d. When used to display text, quotation marks are optional.
a.
Wayne is using the command line and is in his home directory. Which of the following will display a list of all files and their sizes from his home directory? (Choose two.) a. ls -ax ~ b. ls -al /home/wayne c. ls -al ~ d. ls -ax
b. c.
A calendar for the current month can be shown on the command line by issuing which command?
cal
After a shell is no longer needed, what command can be given to exit the shell?
exit
The apropos list command produces the same results as which command below?
man -k list
Dustin runs a command at the command line trying to find out what kernel version the system is running. However, it doesn't give him the information he needs. He knows there is an option that can be used to display the kernel version. How can he find out which option to use?
man uname
Select the utility below that will start and perform a thorough check of RAM for hardware errors when run
memtest86
When using command-line terminal, specific letters that start with a dash ("-") and appear after command names are considered to be:
options
T he Linux kernel exists as a file named:
vmlinuz
Which Linux command can be utilized to display your current login name?
whoami