OS Command Line Tools Flashcards

1
Q

diskpart - Disk Partitioner - OS Command Line Tools

A

• Replaces the Pre-Windows-XP FDISK command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

format - Format a disk - OS Command Line Tools

A

• Prepare a disk for use by the operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

chkdsk - Check Disk - OS Command Line Tools

A
  • chkdsk /f - Fixes logical errors on the disk

* chkdsk /r - Locates bad sectors, recovers information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

md, cd, rd - OS Command Line Tools

A
  • md - Make directory
  • cd - Change directory
  • rd - Remove directory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

dir - directory listings - OS Command Line Tools

A

• List files and directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

del - Delete - OS Command Line Tools

A
  • Remove a file from a directory or disk

* del names

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

copy - Duplicate files - OS Command Line Tools

A
  • copy /v - Verifies that new files are written correctly

* copy /y - Suppresses overwrite prompts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

xcopy - Extended copy - OS Command Line Tools

A
  • copies multiple files and directory trees

* xcopy source [destination]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

robocopy - Robust copy - OS Command Line Tools

A
  • Functionally replaces xcopy

* Designed to handle NTFS file system details

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

tasklist - Task List - OS Command Line Tools

A
  • Displays a list of currently running processes

* Local or remote device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

taskkill - Task Kill - OS Command Line Tools

A

• Terminates tasks by process id (PID) or image name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

sfc - System File Checker - OS Command Line Tools

A
  • sfc /scannow - Run the check

* Scan integrity of all protected system files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

shutdown - OS Command Line Tools

A

• Shutdown a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

extract - Remove files from a Windows cabinet file - OS Command Line Tools

A
  • /d - Display files in a cabinet
  • > extract /d
  • /a - Extract a file
  • > extract /a filename
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

gpupdate - Force a Group Policy update - OS Command Line Tools

A

• gpupdate /target: {computer | user} /force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

gpresult - Verifty policy settings for a computer or user - OS Command Line Tools

A

• gpresult /user [domain/]user