Criado por Jordan Hus
quase 8 anos atrás
|
||
Questão | Responda |
Command to display current user | whoami |
Command to use redirection | command > filename |
Command to append data | command >> filename |
Command to display data | more filename |
Command to display last ten lines of a file | tail -10 filename |
Command to display commands used | history |
Command to execute last command | !! |
Command to execute last command that starts with a certain string | ! string |
Command to copy a file | cp filename newfilename |
Command to rename a file | mv filename newfilename |
Command to delete a file | rm -f filename |
Command to create an alias | alias del="rm -f filename" |
Command to create a directory | mkdir filename |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.