Prelim Chapter 2 Exam Flashcards
Which term describes the interpreter that executes commands typed as strings?
Command
Console
Shell
Terminal
Shell
Which term describes the name of a program to run?
Argument
Command
Option
Prompt
Command
Which term describes the visual cue that indicates an interactive shell is waiting for the user to type a command?
Argument
Command
Option
Prompt
Prompt
Which term describes the part of the command line that adjusts the behavior of a command?
Argument
Command
Option
Prompt
Option
Which term describes the part of the command line that specifies the target that the command should operate on?
Argument
Command
Option
Prompt
Argument
Which term describes the hardware display and keyboard used to interact with a system?
Physical Console
Virtual Console
Shell
Terminal
Physical Console
Which term describes an interface that provides a display for output and a keyboard for input to a shell session?
Console
Virtual Console
Shell
Terminal
Terminal
Which command to use to show current directory location
cat
ls
pwd
mkdir
pwd (Print Working Directory)
Command line completion can be performed on any Linux OS by pressing which key on the keyboard?
Enter
Escape
Tab
Ctrl
Tab
Command to create a folder?
makedir
mkdir
cd
man
mkdir (make directory)
Which command was run to view the ls arguments and parameters
help ls
man ls
man pages
show ls
man ls
man - manual
(ls - list)