☰
为 ROS2 释放资源:关闭 Ubuntu 不必要的开机自启服务(1)
2026/9/26 4:14:41 网站建设 项目流程

ubuntu 20.04.2.0 lts

关闭 CUPS 打印整套服务(cups 主服务 + cups‑browsed 浏览服务)

不使用打印机就关掉;以后要用打印机再打开。

sudo systemctl disable --now cups.service

sudo systemctl disable --now cups-browsed.service

#彻底禁用打印相关的socket、path单元

sudo systemctl disable --now cups.socket

sudo systemctl disable --now cups.path

校验全部状态命令

systemctl is-enabled cups.service

systemctl is-enabled cups.socket

systemctl is-enabled cups.path

systemctl is-enabled cups-browsed.service

全部输出disabled才算整套打印服务完全禁止开机自启。

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询