-bash: ulimit: open files: cannot modify limit: Operation not permitted
Posted 遠離塵世の方舟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了-bash: ulimit: open files: cannot modify limit: Operation not permitted相关的知识,希望对你有一定的参考价值。
普通用户登录系统报错,提示:
-bash: ulimit: open files: cannot modify limit: Operation not permitted.
处理方法:
#vi /etc/ssh/sshd_config --使用root账号修改UseLoin 为yes
UseLogin yes
# service sshd restart --重启ssh生效
普通账号登录系统:
$ vi .bash_profile ---增加下面一行
ulimit -n 65535
$ source .bash_profile --使用环境变量生效
$ ulimit –n --验证设置
65535
以上是关于-bash: ulimit: open files: cannot modify limit: Operation not permitted的主要内容,如果未能解决你的问题,请参考以下文章
解决 docker ulimit open file 过少的问题