Cmd Flashcards
1
Q
dir
A
List files and directories
2
Q
cd
A
Change working directory
3
Q
..
A
Moves backwards from current directory
4
Q
md
A
Make directory (mkdir)
5
Q
rd
A
Remove directory (rmdir)
6
Q
hostname
A
confirms name of the system you are working on in the cmd
7
Q
format
A
formats a disk for use with Windows (sets up a file system)
8
Q
copy x y
A
copys a file or folder
x = source file
y = where the copy will go
9
Q
xcopy
A
copies files and directory trees
10
Q
robocopy
A
better version of xcopy
11
Q
shutdown
A
shutdown or restart
12
Q
diskpart
A
creates particition on a disk
13
Q
what is a partition?
A
a logical division of a drive to make seperate drives on 1 storage device
14
Q
winver
A
shows windows version
15
Q
gpupdate
A
force a group policy update