在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
通过以上方法,您可以查看自启动服务的列表以及各个服务的启动状态。