develog

[centos 9] systemctl 본문

카테고리 없음

[centos 9] systemctl

냐옴 2020. 8. 22. 08:04

 

systemctl list-units --type service --all 
systemctl list-units --type service --state=failed 
systemctl list-units --type service --state=active 
systemctl list-units --type=service --state=running 
systemctl list-unit-files 

systemctl start nfs 
systemctl enable nfs 

systemctl stop nfs 
systemctl disable nfs 

systemctl restart nfs 
systemctl status nfs
Comments