linux - "error occurred while loading or saving configuration information"

标签 linux unix root redhat

我的 redhat 实例中有两个帐户。一个是ora112用户,另一个用户默认是root用户。

我一直在使用 root 帐户更新 ora112 用户 bashrc 文件,但在编辑之前我确实将命令提示符更改为 ora112。这就是我所做的。

root$ su ora112
password: 
ora112$ vi ~.bashrc

但是当这样做时,我已经使用 root 登录系统,甚至认为命令提示符已更改为 ora112

但是当我以 ora112 身份登录系统时,它会显示以下屏幕。

enter image description here

谁能帮我找出这里出了什么问题,在此先感谢您的帮助

最佳答案

su - ora112

“su - user”为您提供用户“su user”没有的环境

关于linux - "error occurred while loading or saving configuration information",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10740039/

相关文章:

linux - 在 bash 中读取时转义规则

Linux 管道和重定向输出

mysql - 在 Mac OS X 上的 MAMP 中更改 MySQL root 密码

python - 如何使用树莓派检测Python中的按键

linux - 如何删除一行中某个字符后的所有文本,并在每一行上执行相同的操作?

c++ - 如何让Anjuta DevStudio像Eclipse一样提示提示?

c - "C system calls"和 "C library routines"有什么区别?

macos - Mac OSX上的XAMPP:为什么以 'daemon'身份运行?

java - 将 ListArray<Object> 从 Servlet 传递到在 Windows 中工作但在 Linux 中失败的 JSP

c++ - 需要帮助理解这个简短的 C++ 程序及其漏洞