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]
'Linux' 카테고리의 다른 글
[journalctl] how to use journalctl (journalctl 사용법) (0) | 2019.07.31 |
---|---|
[systemctl] how to use systemctl (systemctl 사용법) (0) | 2019.07.31 |
[우분투] ubuntu ssh install (우분투 ssh 설치) (0) | 2018.12.10 |
[우분투] ubuntu version check (우분투 버전 확인) (0) | 2018.12.10 |
[우분투 16.04.4]ubuntu telnet server install (우분투 텔넷 서버 설치) (0) | 2018.12.10 |
Linux 서버 현재 시간 확인 (0) | 2015.12.30 |
댓글을 달아 주세요