咱們編寫了一個腳本要讓LINUX系統啓動的時候加載自動運行,個人版本:RHEL AS 4
我如今編寫了一個iptables.sh的腳本。
保存路徑爲:/etc/rc.d/iptables.sh
想系統啓動是自動加載iptables.sh
修改/etc/rc.d/rc.local
命令:vi /etc/rc.d/rc.local
在rc.local文件末尾加入iptables.sh腳本的存放路徑,/etc/rc.d/iptables.sh
保存退出 wq w:保存 q:退出ide