OS Command Line Tools Flashcards
1
Q
diskpart
A
Replaces the Pre-Windows-XP FDISK command
2
Q
Format
A
Prepare a disk for use by the operating system; Create a new root directory.
3
Q
chkdsk /f
A
Fixes logical errors on the disk;
4
Q
chkdsk /r
A
Locates bad sectors, recovers information
5
Q
md
A
Make Directory
6
Q
cd
A
Change Directory
7
Q
rd
A
Remove Directory
8
Q
dir
A
Directory listing
9
Q
copy /v
A
Verifies that new files are written correctly
10
Q
copy /y
A
Suppresses overwrite prompts
11
Q
xcopy
A
Copies Multiple files and directory trees.
12
Q
robocopy
A
- Replaces xcopy
- Designed to handle NTFS file system details.
13
Q
tasklist
A
- Displays a list of currently running processes
- Local or remote device
14
Q
taskkill
A
Terminate tasks by process id (PID) or image name
15
Q
sfc
A
Scan integrity of all protected system files