Advertisement
jxajro

Untitled

Jul 6th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. To run a command as administrator (user "root"), use "sudo <command>".
  2. See "man sudo_root" for details.
  3.  
  4. ubuntu@ubuntu:~$ ls > arquivo.txt
  5. ubuntu@ubuntu:~$ ls>arquivo.txt
  6. ubuntu@ubuntu:~$ ls
  7. arquivo.txt Documentos Imagens Música Vídeos
  8. Desktop Downloads Modelos Público
  9. ubuntu@ubuntu:~$ ls arquivo.txt
  10. arquivo.txt
  11. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement