whatarey

服务启动

systemctl  status  sshd

 

 systemctl enable  sshd  开机自启动

systemctl disable sshd  取消开机自启动

systemctl is-enabled  查看是否开机自启动

 

进程  ps

 

输入上门的标题可以显示

 

 

 

Kill -9  进程id

强制结束进程

 kill all  进程id

 

 

 

 

【进程调度】

使用at命令

分类:

技术点:

相关文章:

  • 2021-12-08
  • 2022-01-21
  • 2021-06-20
  • 2021-08-24
  • 2021-11-02
  • 2021-04-17
  • 2021-09-25
猜你喜欢
  • 2021-12-05
  • 2021-12-05
  • 2021-11-16
  • 2021-11-27
  • 2021-12-15
  • 2021-12-05
相关资源
相似解决方案