728x90
반응형
Photon OS Commands | SLES Commands |
systemctl start <service> | service <service> start |
systemctl stop <service> | service <service> stop |
systemctl restart <service> | service <service> restart |
systemctl reload <service> | service <service> reload |
systemctl condrestart <service> | service <service> condrestart |
systemctl status <service> | service <service> status |
systemctl enable <service> | chkconfig <service> on |
systemctl disable <service> | chkconfig <service> off |
systemctl daemon-reload | chkconfig <service> --add |
systemctl list-units --type service --all | chkconfig --list <service name> |
systemctl is-enabled <service> | chkconfig --list vmware-tools-services |
참고KB
반응형