linux 重要目录之rc.local

linux 重要目录之rc.local 1、/etc/rc.local 用于存放开机自启动程序命令的文件(chkconfig 常用来管理yum/rpm安装的程序的服务的开机自启动)。开机时会把/etc/rc.local里的内容执行一遍。 [[email protected] ~]# cat /etc/rc.local #!/bin/sh This script will be executed a
相关文章
相关标签/搜索