Criado por Melissa Machado
quase 8 anos atrás
|
||
Questão | Responda |
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. |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.