Filesystem / is 100% full In this example we have the root Filesystem 100% full, it’s possible to expand the … More How to extend root Filesystem using LVM in CentOS 7 / RHEL 7
All articles about RHEL7
Administrando Servicios y Runlevels en RHEL 7
En RHEL 7 se han producido algunos cambios a la hora de administrar los servicios y los niveles de ejecución.
Han aparecido alternativas a los comandos ‘service’ ‘chkconfig’ y ‘init ‘. Ahora se gestiona todo con el comando systemctl.
- ADMINISTRAR SERVICIOS
– Arrancar / Parar / Reiniciar servicio:
# systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service