要远程关闭计算机,可以使用以下命令:
```
sudo systemctl stop
sudo systemctl enable
```
其中,是要关闭的服务的名称,例如“network-manager”、“screen”或“mysql”。
如果您使用的是 Linux 操作系统,可以使用以下命令来停止所有正在运行的服务:
```
sudo systemctl stop --now
```
要启用服务,请使用以下命令:
```
sudo systemctl enable
```
请注意,这些命令将重新启动计算机并关闭所有正在运行的服务,因此在您完成操作后,需要等待服务重新启动才能恢复正常工作。