摘要: su: cannot set user id: Resource temporarily unavailable 突然报这个错,root用户登录没问题,普通用户报错如上。那这个如何解决呢? 修改该文件/etc/security/limits.d/90-nproc.conf * soft nproc 阅读全文
posted @ 2017-12-15 16:35 邓旭阳 阅读(4552) 评论(0) 推荐(0)
摘要: 每次都要source /etc/profile才能使java环境生效,如何解决呢?~/.bashrc里面加一句source /etc/profile 保存。并source /etc/profile 就可以了。 当然也有人说,不建议把环境变量写到profile里面,在/etc/profile.d/ja 阅读全文
posted @ 2017-12-15 12:37 邓旭阳 阅读(2717) 评论(0) 推荐(0)