Chapter 6
When administering CentOS 7, which ls command option can be added to view any hidden files?
-a
Which command switch can a CentOS 7 administrator use to list entries in reverse order?
-r
To include filenames in the structure shown by the Windows 10 TREE command, you should use what switch?
/F
When working in the Windows 10 CLI, the XCOPY command can be used with what switch to make the operating systems not display file names while copying?
/Q
When using the RD command in the Windows 10 CLI, what switch will execute the removal of all directories and files in the specified directory and the directory itself?
/S
When using the FORMAT command in Windows 10 to format a disk, what switch can specify a volume label of up to eleven characters?
/V
In Windows 10, you can open the command prompt console by clicking Start and then clicking which element?
All Apps
Which command in the Windows 10 CLI specifies that you want to display the current drive and directory?
CD
What type of interface allows you to issue commands efficiently, view the directory structure, and execute other tasks?
CLI
In the Windows 10 CLI, what command can you use to copy one or more files to an alternative location?
Copy
CLI commands in Windows 10 are issues on a line that is usually identified by what type of blinking element?
Cursor
Directories cannot be alphabetically sorted using the Windows 10 CLI.
False
In the Windows 10 CLI, if you omit the path in the TREE command, the command displays an error message.
False
The Windows 10 CLI requires quotation marks to enclose filenames that contain spaces.
False(centOS does)
In the Windows 10 CLI, which command will create a subdirectory?
MD
What command can a CentOS 7 user execute to allow them to page through a list of directories and files on a disk that is too long for a one-screen display?
More
Windows Explorer has a pane located on the left side which can display the directory structure of one of more drives. What is the name of this pane?
Navigation pane
In Windows 10, when you are entering commands into the CLI you can use two wildcard characters. One of these wildcard characters is the star(*); what is the other wildcard character that can be used?
Question mark (?)
Windows and Linux based operating systems use different types of general logic for entering commands. What is the alternative name that refers to these different logics?
Syntax
In Windows 10, to view a graphical representation of the directories on a disk you can use which command?
TREE
As a CentOS 7 superuser, you can arrange information anywhere in the directory structure.
True
The RENAME and REN commands do not allow you to specify a new drive or path for your destination file.
True
Before using a removable disk with CentOS 7, what must an administrator do before they format the removable disk?
Unmount
In Windows, what is the term to define any blank area in a window?
White space
When you are navigating through a system's directories within the Windows 10 CLI, what command will allow you to back up one directory?
cd..
In CentOS 7, what command allows you to copy files to a formatted disk or a USB drive?
cp
What command will allow a CentOS 7 user the ability to copy files or directories in the directory tree?
cp
In the CentOS 7 CLI, you create a directory using which command?
mkdir
What command will allow a CentOS 7 user the ability to move files and directories in the directory tree?
mv
In CentOS 7, to control the order in which items appear in a list, you can pipe the output of the ls command to which additional command?
sort