systemctl
命令
- systemctl list-units - 列出全部jobs/serviceList all units (where unit is the term for a job/service)
- systemctl start [NAME...] - 啓動
- systemctl stop [NAME...] - 中止
- systemctl enable [NAME...] - Enable one or more unit files
- systemctl disable [NAME...] - Disable one or more unit files
- systemctl reboot - Shut down and reboot the system
For the complete list, see systemctl(1).ui
systemadm is the GUI equivalent to systemctl, if you like that sort of thing.code