[root@localhost ~]#  /usr/sbin/groupadd oinstall
groupadd: group oinstall exists
[root@localhost ~]# /usr/sbin/groupadd dba
groupadd: group dba exists
[root@localhost ~]# /usr/sbin/useradd -m -g oinstall -G dba oracle
useradd: user oracle exists
[root@localhost ~]#  id oracle
uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba)
[root@localhost ~]# cd /home
[root@localhost home]# mkdir orainstall
mkdir: cannot create directory `orainstall': File exists
[root@localhost home]# chown oracle:oinstall orainstall
[root@localhost home]# su – oracle
su: user – does not exist
[root@localhost home]# 
我尝试了好几次 总是出现su: user – does not exist
这种错误
是不是我的做法错了呢?
请大侠帮帮忙分析一下是什么原因啊~~~~小弟在此谢过了