linux开机启动

来源:互联网 发布:centos怎么安装软件 编辑:程序博客网 时间:2024/05/16 07:02

1.在进入

cd /etc/rc.d/init.d

中编辑一个shell脚本

chkconfig --add autostart.sh

chkconfig autostart.sh on

reboot重启

原创粉丝点击