Command Line Flashcards
pwd
print working directory
hostname
my computer´s network name
mkdir
make directory
cd
change directory
ls
list directory
rmdir
remove directory
pushd
push directory
popd
pop directory
cp
copy a file or directory
robocopy
robust copy
mv
move file or directory (Actually, rename them)
more
page through a file
fortfiles
run a command on lots of files
dir -r
find files
select-string
find things inside files
help
read a manual page
helpctr
find what man page is appropiate
echo
print some arguments
set
export/set a new environment variable
exit
exit the shell
runas
DANGER! become suer user root DANGER!
cd ~
returns to home
cd ..
change directory (back 1 path/folder)
cd ../..
change directory (back 2 path/folder)
cd “File Name”
change directory (to a path whose name has spaces)