cat >>/etc/rc.local<<EOF
回车后,随便输入内容, 最后再 EOF ,这样就会把 内容写入到 /etc/rc.local 里边。
同样,把EOF 换成 CCC 也可以。
另外一种:
cat >> /etc/security/limits.conf <<EOF
root soft nofile 65535
root hard nofile 65535
* soft nproc 65535
* hard nproc 65535
* soft nofile 65535
* hard nofile 65535
EOF
欢迎来撩 : 汇总all