Command Line Tools Flashcards
1
Q
Sfc
A
Scan integrity of all protected system files
2
Q
Chkdsk /f
A
Fixes logical file system errors on disk
3
Q
Chkdsk /r
A
Locates bad sectors and recovers readable information
4
Q
Diskpart
A
Manage disk configurations
5
Q
Tasklist
A
Displays a list of currently running processes local or remote
6
Q
Gpupdate
A
Force a group policy update
/target:(target) /force
7
Q
Gpresult
A
Verify policy settings for a computer or user
8
Q
Format
A
Formats a disk for use with windows
9
Q
Chown
A
Change ownership of a file
10
Q
Chmod
A
Change what users can do with a file
11
Q
Fsck
A
File system check
12
Q
Copy
A
Copies a file to another directory
13
Q
Xcopy
A
Can copy sub directories as well
14
Q
Robocopy
A
Like xcopy but can resume copy if interrupted