如何设置把ssh等一些服务随系统开机自动启动?
在文件里面加入启动脚本
[[email protected] ~]# vi /etc/rc.local
如:
随开机,关闭防火墙 service iptables stop
随开机,开启sshd服务 service sshd start
linux系统如何设置把ssh等一些服务随系统开机自动启动?
可以输入命令reboot测试效果!

相关文章:

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