Ch14 JH Flashcards
(15 cards)
What is TASKKILL command?
Page 721
The TASKKILL.EXE utility is used to terminate processes
What is BOOTRECT command?
Page 721
The BOOTRECT.EXE utility can be run in Windows 8.1, 8, 7, Vista to interact with the Master Boot Record, boot sector, or boot configuration data
What is SHUTDOWN command?
Page 722
SHUTDOWN.EXE utility can be used to schedule a shutdown locally or remotely
What is TASKLIST command?
Page 722
TASKLIST.EXE utility is used at the command line to see a list of all the running processes
What is CD [path] command?
Page 722
Changes to the specified directory
What is CD /D [drive:][path] command?
Page 722
Changes to the specified directory on the drive
What is RD /S [drive:][path] command?
Page723
Removes all directories and files in the specified directory, including the specified directory itself.
What is DEL command?
Page723
It is used to delete files and directories at the command lines
What command can be used to exit and close the command prompt simultaneously?
Page723
EXIT
What is FORMAT command?
Page 725
Used to wipe data off disks and prepare them for new use
The volume parameter must label when formatting a drive. T/F?
Page 725
F
What should be interpreted this command line FORMAT D: /FS:NTFS /V:HDD2?
Page 725
Format D drive as NTFS with the label name HDD2
The COPY command can be used to copy directories. T/F?
Page 725
F
The COPY * .EXE to copy all files that have an .EXE filename directory. T/F?
Page 725
T
The XCOPY command cannot copy directories. T/F?
Page 725
F