Appendix - The Command Line Flashcards
pwd
Print working directory
Returns current position in file structure
hostname
My computers network name
This is the name is appears to others when connected to a network
mkdir
make directory
Creates a new directory (this is a folder in windows graphical world). More correctly a directory as a file system concept in terms of command line
cd
Change directory
Forward slash in front returns to root directory
ls
List directory
Lists all files and folders in directory
rmdir
Remove directory
Deletes directory. Needs name?
pushd
Push directory
popd
pop directory
cp
Copy file or directory
mv
Move a file or directory
more
Page through a file
type
Print whole file
Returns contents of entire file
robocopy
Robust copy
forfiles
Run command on multiple files
dir-r
Find files