Administración de servicios de Linux taquigrafía

  

CentOS ver servicio lista chkconfig – lista agregar servicio chkconfig – agregar {nombre de servicio} abrir servicio chkconfig {servicio de servicio} onFedora systemctl comando tabla de comparación de uso para apache /httpd como una tarea de ejemplo: instrucciones antiguas El nuevo comando hace que un servicio se inicie automáticamente: chkconfig – level 3 httpd on, systemctl enable httpd.service hace que un servicio no se inicie automáticamente: chkconfig – level 3 httpd off, systemctl deshabilita httpd.service comprobar estado del servicio: service httpd status, systemctl Estado httpd.service (detalles del servicio) systemctl is-active httpd.service (solo muestra Activo) muestra todos los servicios iniciados: chkconfig – list, systemctl list-units – type = service inicia un servicio: service httpd start , systemctl start httpd.service detiene un servicio: service httpd stop, systemctl stop httpd.service reinicia un servicio: service httpd restart, systemctl restart httpd.service

Copyright © Conocimiento de Windows All Rights Reserved