摘要: 系统服务控制 systemctl # 设为开机自启动/取消自启动 systemctl enable/disable xxxx.service # 基本启停操作 systemctl start/stop/restart xxxx.service # 查看状态 systemctl status xxxx 阅读全文
posted @ 2024-11-13 16:28 迷路的哨兵甲 阅读(0) 评论(0) 推荐(0) 编辑