systemctl start 服务名称 启动服务
systemctl status 服务名称 运行状态
systemctl stop 服务名称 停止服务
systemctl enable 服务名称 把服务加入启动项
restart 服务名称 重启服务
R running 运行 S sleeping 停止 D 不可被中断
Z zombie 僵死进程 T stopped 停止
top 相当于Windows任务管理器 当前时间、开机时间、用户数量和一些占有率等数据状态。
kill 进程号码 ,结束服务名称
killall 服务名称 结束进程



