当我在ubuntu16.04上安装oraclexe11g并重新启动系统时。
我有新的甲骨文account.why,它是为我创建的。
现在我有了三个账户。
1.oracle。
2.ubuntu。
3.客人。
有谁能帮我解释一下吗。以及如何登录到甲骨文
account.During安装oraclexe11g的过程它让我提供
管理系统或系统的密码。但此密码并不仅用于开始时的work.It。
神谕在终点站。
发布于 2017-09-22 11:02:11
您无法登录到oracle account,这是一个由oracle installer创建的system user account,没有home directory。这意味着它不像其他user accounts那样被正常使用。
只有在可用的情况下,才能通过终端或oracle app与GUI进行交互。
请参见man useradd:
-r, --system
Create a system account.
System users will be created with no aging information in /etc/shadow, and their numeric identifiers are
chosen in the SYS_UID_MIN-SYS_UID_MAX range, defined in /etc/login.defs, instead of UID_MIN-UID_MAX (and
their GID counterparts for the creation of groups).
Note that useradd will not create a home directory for such an user, regardless of the default setting in
/etc/login.defs (CREATE_HOME). You have to specify the -m options if you want a home directory for a
system account to be created.https://askubuntu.com/questions/957917
复制相似问题