阅读量:119
要停止 Ubuntu 自启动的程序,您可以使用以下命令:
- 查看当前正在运行的自启动程序:
sudo systemctl list-units --type=service
- 停止特定的自启动程序:
sudo systemctl stop
- 禁用特定的自启动程序:
sudo systemctl disable
请将 替换为您希望停止或禁用的自启动程序的名称。