본문 바로가기
Programming/Linux

[systemctl] how to use systemctl (systemctl 사용법)

by guru_k 2019. 7. 31.
728x90
반응형

how to use systemctl command.

check systemd list

 systemctl list-unit-files

 

start systemd

systemctl start [service name]

 

stop systemd

systemctl stop [service name]

 

restart systemd

systemctl restart [service name]

 

enable systemd

systemctl enable [service name]

 

disable systemd

systemctl disable [service name]

 

reload systemd

systemctl reload [service name]

 

728x90
반응형

댓글