查看开机启动项

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-10-18
  • 2021-12-16
  • 2021-11-18
  • 2021-11-18
  • 2021-12-27
  • 2021-10-29
猜你喜欢
  • 2021-11-22
  • 2021-11-30
  • 2021-10-19
  • 2021-11-15
  • 2021-11-17
  • 2021-09-25
  • 2021-11-27
相关资源
相似解决方案