查看开机启动项

1:systemctl list-unit-files --type=service 
2:systemctl list-unit-files --type=service | grep enabled
3:systemctl list-unit-files --type=service | grep disabled
Linux 开机启动服务 命令

开机停止某个服务:
 1:sudo systemctl stop vsftpd.service
 2:sudo systemctl disable vsftpd.service
Linux 开机启动服务 命令
开机启动某个服务
Linux 开机启动服务 命令

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2021-11-30
  • 2022-01-15
  • 2022-01-09
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-14
  • 2021-12-13
  • 2021-11-24
  • 2021-04-03
  • 2021-11-22
相关资源
相似解决方案