在Ubuntu系統上,可以使用以下方法來查看自啟動的服務:
systemctl list-unit-files --type=service
service --status-all
systemctl status [service_name]
或者
service [service_name] status
sudo apt-get install sysv-rc-conf
sudo sysv-rc-conf
通過以上方法,您可以查看自啟動服務的列表以及各個服務的啟動狀態。