centos7系统root无法通过su切换到某个普通用户

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7系统root无法通过su切换到某个普通用户相关的知识,希望对你有一定的参考价值。

1
2
3
[[email protected] backup]# su - app
Last login: Tue Apr 26 09:48:44 CST 2016 from application03 on pts/0
su: failed to execute /bin/bash: Resource temporarily unavailable

如上,提示资源不足


解决如下:

1
2
3
[[email protected] backup]# egrep -v "^$|^#" /etc/security/limits.d/20-nproc.conf 
*          soft    nproc     65535        #将默认值1024改为65535
root       soft    nproc     unlimited

验证结果

1
2
3
4
[[email protected] backup]# su - app
Last login: Tue Apr 26 10:38:20 CST 2016 on pts/0
uid=1001(app) gid=1001(app) groups=1001(app) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023



本文出自 “kan” 博客,谢绝转载!

以上是关于centos7系统root无法通过su切换到某个普通用户的主要内容,如果未能解决你的问题,请参考以下文章

centos7用su切换root报模块未知

Debian linux系统,在普通用户下用su root切换到临时root,然后passwd -

centos root权限执行命令和sudo有没有区别

关于deepin修改root密码或切换到root及普通用户的问题

如何切换到root用户

CentOS7,从一般用户切换到root用户