Which Linux distributions are derived from Red Hat? (choose two) Fedora CentOS Slackware Ubuntu...
Introduction to Linux I
The _ command will display your current working directory.
The ______ command will display your current working directory. uname exec pwd exit
The _ command will take another command for the argument to...
The _____ command will take another command for the argument to execute. exit uname exec pwd
When typing a command, you can have the bash shell complete the...
When typing a command, you can have the bash shell complete the command by pressing which key? The...
Ubuntu is derived from which Linux distribution?
Ubuntu is derived from which Linux distribution? Fedora Red Hat Enterprise Linux Slackware Debian...
The core software component that tells the hardware what actions...
The core software component that tells the hardware what actions to take is called the ________...
The two login types are:
The two login types are: URI and CLU CLI and GUI URI and CLI GUX and CLI
Bash is:
Bash is: a website a networking term a shell an operating system
To replace the currently running shell, you can use:
To replace the currently running shell, you can use: dash bash exec csh
You can pass arguments to long options by using which of the...
You can pass arguments to long options by using which of the following techniques: (choose two)...
Which command will send text to the terminal display:
Which command will send text to the terminal display: print show echo type
A pair of single quotes ‘ will prevent the shell from...
A pair of single quotes ‘ will prevent the shell from interpreting any special character. True False
You want to execute the ls command with two options: -r and -l...
You want to execute the ls command with two options: -r and -l. Which of the following are valid...
To display your current location within the filesystem, you can...
To display your current location within the filesystem, you can type: whereami cwd pwd dir
To search for something while viewing a man page, you first type...
To search for something while viewing a man page, you first type a __ character. > | < /