关闭Bluetooth服务
停止并禁用蓝牙服务:
systemctl stop bluetooth
systemctl disable bluetooth
关闭9090端口
停止并禁用Cockpit服务:
systemctl stop cockpit
systemctl disable cockpit
systemctl stop cockpit.socket
查看Cockpit服务的状态,确保已关闭:
systemctl status cockpit
使用命令:systemctl stop cockpit 停止Cockpit服务。
使用命令:systemctl disable cockpit 禁用Cockpit服务,防止重启后自动启用。
使用命令:systemctl stop cockpit.socket 停止Cockpit的socket服务。
最后,使用命令:systemctl status cockpit 查看Cockpit服务的状态,确保已关闭
关闭111端口
111端口通常与RPC(远程过程调用)服务有关
systemctl stop rpcbind
systemctl disable rpcbind
systemctl stop rpcbind.socket