Windows Command Line Tools Flashcards
How can help be utilized?
add it before any command you want more info on such as help dir or help chkdsk
What is another way to get help without using the help command?
[command] /?
how do you clear the screen?
cls
how do you view the file directory?
dir
how can you change or move to a different directory on the system?
cd or chdir (use a backslash to indicate a specific volume or folder name)
what are two dots used for?
to move to the folder above the current folder that you are working in
how do you create or remove folders from the command line?
mkdir, chdir, rmdir
how do you create a file?
md
how do you remove a file?
rd
how can you shutdown your system within a certain timeframe?
shutdown \s \t 60 (to shutdown with a timeframe of 60 seconds)
how can you force a group update?
gpupdate