Created by Melissa Machado
almost 8 years ago
|
||
Question | Answer |
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 a directory |
mv | move a file or directory |
less | page through a file |
cat | print the whole file |
xargs | execute some arguments |
find | find files |
grep | find things inside files |
man | read a manual page |
apropos | find what manual page is appropriate |
env | look at environment |
echo | print some arguments |
export | export/set a new environment variable |
exit | exit the shell (Terminal) |
sudo | DANGER: become super user root. |
Want to create your own Flashcards for free with GoConqr? Learn more.