By changing default settings in the Console Windows Properties dialog box, you will only affect the
current command prompt. - Answers False
You can use both input and output redirection with the same CentOS 7 command. - Answers True
The CentOS 7 tail command reads an entire file before printing it. - Answers False
In Windows 10 use the TYPE command to display the contents of a text file on the standard output
device. - Answers True
The man pages are Help files you use to reference commands in CentOS 7. - Answers True
Before a command is echoed on the console, where must it first pass through? - Answers STDIN
What tab in the command prompt properties box allows you to select the screen buffer and window
sizes of the command prompt? - Answers Layout
When using the Edit menu within the Command Prompt or PowerShell, what task will display a dialog
box to find a text string within the Command Prompt? - Answers find
What Windows 10 shortcut is used to copy the current command in the history buffer to the
command prompt, up to the first occurrence of the character you specify? - Answers F2
To redirect the PRINT command output to a network printer using the UNC format, what syntax
would you use? - Answers \\servername\printername
The MORE filter displays one screen of information at a time, how many lines of information are
displayed? - Answers 24
To see a list of available commands at the Windows 10 command prompt, what command can be
executed? - Answers HELP
What command in the Windows 10 CLI will display the contents of a text file on the standard output
device? - Answers TYPE
The CentOS 7 head command prints how many lines from a file to standard output? - Answers 10
In CentOS 7, what command will search a file and then print all the lines that match your search? -
Answers grep
In Windows 10, what command will allow you to use the completion feature during an editing
session? - Answers CMD /F:ON
In Windows 10, what command is used to display text to the console? - Answers Echo
What single-function command-line tool concept does PowerShell introduce? - Answers cmdlet
What type of command does PowerShell allow a user to create when they are having trouble
remembering a specific cmdlets name? - Answers Alias
What type of variable is utilized by CentOS 7 and Windows 10 to refer to various features of the
computer system and certain basic system data? - Answers Environment
What type of environment variables are established at login? - Answers predefined
In Windows 10, what command can be used without any arguments to display all environment
variables along with their values? - Answers set
In CentOS 7, the shell interprets the commands in what type of session? - Answers terminal
When using CentOS 7, what is the correct syntax to redirect the output of the ls command to a file
named myReport? - Answers ls -l *.* > myReport
In Windows 10, what command will redirect the output of DIR command to a local printer? - Answers
DIR /S *.* > prn
In CentOS 7, what command will allow you to access the man pages for the grep command? -
Answers man grep
When a user is viewing a command's man page in CentOS 7, what area will give you information
about the syntax of the command? - Answers Synopsis
In CentOS 7, what command displays the contents of an ASCII file to the standard output device? -
Answers cat
In CentOS 7, what command is to to extract fields from a file line (record)? - Answers cut
When a user is viewing a command's man page in CentOS 7, what area will show you the variety of
switches you can use with the command? - Answers Options
List three (3) benefits that a user will gain if they learn Command Prompt and PowerShell. - Answers
Short Answer
What are at least three benefits to using the command line shell with the Windows 10 CLI? - Answers
Short Answer