COMMAND LINE Flashcards
Command Line A+ 1001
Ready
Shortcut to Open command
Shift +CTRL+ ENTER TYPE CMD
help + your command
this gives more info on the command
command /?
this will give you info on command
dir
lists all files in current directory
cd + directory needed
change working directory
cd \
Changes through multiple directories
cd..
Goes back through directories
shutdown /s /t nn
Wait nn secounds, then shutdown
shutdown /r /t nn
shutdown and restart after nn secounds
shutdown /a
abort the countdown!
dism
deployment image servicing tool, WIM. This allows changes to be made with WIM images
sfc
system file checker, This reviews the system files
chkdsk /f
Check disk for errors
chkdsk /r
Recovers data in bad sectors of disk
diskpart
opens options to manage storage devices
tasklist
currently running processes
taskkill /name of exe
to terminate tasks
gpupdate /target: name /force
force group policy update
gpresult /r
verify policy settings
format divename:
Formats drive
Copy (/v, /y)
Verifies files copied are copied correctly
xcopy
copies an entire sub directory