Ahí les va una lección de systemctl (parte de systemd) en 3 minutos para todos aquellos que están atorados con CentOS 7. Si antes usabas: chkconfig --list Ahora debes usar: systemctl list-unit-files Si antes usabas: chkconfig --list |grep "5:activo" Ahora debes usar: systemctl list-units Si antes usabas: chkconfig --list httpd Ahora debes usar: systemctl is-enabled httpd Si antes usabas: chkconfig httpd on Ahora debes usar: systemctl enable httpd.service Si antes usabas: chkconfig httpd off Ahora debes usar: systemctl disable httpd.service Si antes usabas: service httpd start o /etc/init.d/httpd start Ahora debes usar: systemctl start httpd.service Si antes usabas: service httpd restart o /etc/init.d/httpd restart Ahora debes usar: systemctl restart httpd.service Si antes usabas: service httpd stop o /etc/init.d/httpd stopt Ahora debes usar: systemctl stop httpd.service Si antes usabas: service httpd reload o /etc/init.d/httpd reload Ahora debes usar: systemctl reload httpd.service Si antes usabas: service httpd status o /etc/init.d/httpd status Ahora debes usar: systemctl status httpd.service De nada.
Datos archivados del Taringa! original
42puntos
0visitas
0comentarios
Actividad nueva en Posteamelo
0puntos
2visitas
0comentarios
Dar puntos: