cat > 文件名.sh <<_EOF_ #! /bin/bash 内容。。。。 _EOF_
[root@localhost test]# cat > test.sh <<_EOF_ > #! /bin/bash > > nginx -s reload > _EOF_ ```bash ## 设置开机启动 进入/etc/profile.d 将写好的脚本放在这个文件夹中,开机的时候就会启动。 大部分linux系统都支持