Non-root User logged in
[student@desktop]~$
Root User logged in
[student@desktop]~#
Example command
usermod -L John
command => usermod
option => -L
argument => John
Si no se sabe usar el comando usar
man command
command --help | less
Formato (conventions) para leer man y help más facilmente
- Options estan dentro de parentesis cuadrados []
- (tres puntitos) ... dice que continua mas items de igual tipo
- (El pipe) | dice que solo se puede seleccionar una option de varias. Ejemplo [option1 | option 2 | option 3]
- Las variables van dentro de <> Ejemplo: <filename>
Ejemplo:
[student@desktop]~$ date --help
date [OPTION]... [+FORMAT]