Ubuntu系统管理systemd

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

相关文章
相关标签/搜索