Results 1 to 2 of 2
Hi,
Solve the below problem in Red hat 5.3 ....
[root@localhost lib]# groupadd oinstall
[root@localhost lib]# groupadd dba
[root@localhost lib]# groupadd oper
[root@localhost lib]# useradd -g oinstall -G dba oracle
...
- 04-20-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 9
chown problem
Hi,
Solve the below problem in Red hat 5.3 ....
[root@localhost lib]# groupadd oinstall
[root@localhost lib]# groupadd dba
[root@localhost lib]# groupadd oper
[root@localhost lib]# useradd -g oinstall -G dba oracle
[root@localhost lib]# passwd oracle
Changing password for user oracle.
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@localhost lib]# cd /opt
[root@localhost opt]# mkdir oracle
[root@localhost opt]# chown –R oracle.oinstall oracle
chown: `–R': invalid user
[root@localhost /]# chown –R oracle.oinstall opt
chown: `–R': invalid user
[root@localhost /]# chown –R oracle opt
chown: `–R': invalid user
Thanks
selva...
- 04-20-2009 #2
chown -R oracle:oinstall /opt/oracle
If that doesn't work, I have no idea.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote