Show Menu
Cheatography

Demonios en Linux Keyboard Shortcuts (DRAFT) by

Demonios en Linux.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Ver inform­ación

SYSVINIT
SYSTEMD
DESCRI­PCIÓN
 
systemctl list-d­epe­nde­ncies
Muestra las depend­encias de una unidad
 
systemctl list-s­ockets
Lista de sockets y lo que activa
 
systemctl list-jobs
Ver trabajos systemd activos
 
systemctl list-u­nit­-files
Ver archivos de unidades y sus estados
 
systemctl list-units
Mostrar si las unidades están cargadas / active
 
systemctl get-de­fault
Listar objetivo predet­erm­inado (como nivel de ejecución)

Trabajar con servicios

systemctl stop service
detener un servicio en ejecución
systemctl start service
iniciar un servicio
systemctl restart service
reiniciar un servicio en ejecución
systemctl reload service
recargar todos los archivos de config­uración en servicio
systemctl status service
ver si el servicio se está ejecutando / habilitado
systemctl enable service
Habilitar un servicio para iniciar el arranque
systemctl deshab­ilitar servicio
Deshab­ilitar servicio: no se iniciará en el arranque
systemctl show service
Mostrar propie­dades de un servicio (u otra unidad)
systemctl -H host network de host
ejecutar cualquier comando systemctl de forma remota

COOL DUDE'S PAGE

Qué fae
Init/S­ysVinit
Systemd
Iniciar un demonio
service (demonio) start
systemctl start demonio
Parar un demonio
service (demonio) stop
systemctl stop demonio
Reiniciar un demonio
service (demonio) restart
systemctl restart demonio
Recargar un demonio
service (demonio) reload
systemctl reload demonio
Estado de un demonio
service (demonio) status
systemctl status demonio
Reiniciar un servicio si ya está en marcha
service demonio condre­start
systemctl condre­start demonio
Habilitar un servicio al arranque
chkconfig demonio on
systemctl enable demonio
Deshab­ilitar un servicio al arranque
chkconfig demonio off
systemctl disable demonio
Comprobar si un servicio está en el arranque
chkconfig demonio
systemctl is-enabled demonio
Introduce un demonio que se ha creado, o actualiza la modifi­cación de la config­uración de uno.
chkconfig demonio -add
systemctl daemon­-reload
Qué pacha bravas?
Fuerte y duro
AMO A CALMANO
CHEESUS CHRISP
HISSSSS