Continuando con el artículo anterior...
Apagar (Reiniciar Sistema o Cerrar Sesión)
- shutdown -h now: apagar el sistema (1).
- init 0: apagar el sistema (2).
- telinit 0: apagar el sistema (3).
- halt: apagar el sistema (4).
- shutdown -h hours:minutes &: apagado planificado del sistema.
- shutdown -c: cancelar un apagado planificado del sistema.
- shutdown -r now: reiniciar (1).
- reboot: reiniciar (2).
- logout: cerrar sesión.
en el próximo aartículo continuaré entregando más comandos, arrivederci!!!