Manual linux

2378 palavras 10 páginas
|Guide - Basic Commands |
|General | Filesystem | Administrative | Process | Network |
|Linux has so many commands that it's easy for the uninitiated to feel overwhelmed. Don't panic. Linux's commands are all quite simple and easy to learn.|
|As for those commands that appear bewilderingly complex, it's just an illusion. Long, seemingly complicated commands are actually just made up of |
|multiple, simpler commands. They achieve their power by being able to work together. This is the way of the UNIX world in general. |
|Let's look at an example: |
| |
| cat /var/log/messages | grep failed |
|This command will sort through your log file and list all of the failed login attempts since the system was last started. The entire line is actually |
|composed of three small commands: |
|cat prints out the contents of a text file. Here, we are telling it to display the contents of the file /var/log/messages (this is your main log file.) |
|| This symbol is called the pipe (it is located to the left of your backspace key.) It is used to take the output of one command (in this case cat) and |
|pass it to a second (grep, in our example.)

Relacionados

  • manual linux
    3208 palavras | 13 páginas
  • Manual Linux
    8182 palavras | 33 páginas
  • Manual para Linux
    3377 palavras | 14 páginas
  • Manual Linux Basico
    95864 palavras | 384 páginas
  • Manual Instalacao Linux 30
    2147 palavras | 9 páginas
  • Manual de configuração do samba - linux
    922 palavras | 4 páginas
  • Manual Linux (não é meu) autor consta no manual
    23624 palavras | 95 páginas
  • Manual de instalação MRTG no Linux
    339 palavras | 2 páginas
  • Manual do Linux Educacional 4.0
    5046 palavras | 21 páginas
  • Super manual de comandos linux
    34545 palavras | 139 páginas