Command Line Interface Flashcards
(30 cards)
my computer’s network name
hostname
make directory
mkdir
change directory
cd
list directory
ls
remove directory
rmdir
push directory
pushd
pop directory
popd
copy a file or directory
cp
move a file or directory
mv
page through a file
less
print the whole file
cat
execute arguments
xargs
find files
find
find things inside files
grep
read a manual page
man
find which manual page is appropriate
apropos
look at your environment
env
print some arguments
echo
export/set a new environment variable
export
exit the shell
exit
DANGER! become super user root DANGER!
sudo
To write in a file
nano
to save in nano
ctrl + O
to exit nano
ctrl + X