Basic Flashcards
chown
change ownership
chmod
“change” permissions “modifier”
pwd
“print” working directory
hostname
“my computer’s” host name
mkdir
make directory
rmdir
“remove” directory
cd
change directory
ls
“list” directory
pushd
“push” directory
popd
“pop” directory
cp
“copy” file OR folder
mv
“move” file OR folder
less
“page through a file”
cat
“print the whole file”
categorical print
xargs
“execute” arguments
find
find files
grep
find things “inside” the files
Find Representative things inside GRoup of files
man
read a “manual”
apropos
find what man page is appropriate
a propos of who not what (man page)
env
look at your “environment”
echo
print some arguments (bounce it off me)
export
export/Set a new environment variable
NB. Set an argument
exit
exit the shell
sudo
super user root