Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    9

    Angry 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...

  2. #2
    Linux Enthusiast meton_magis's Avatar
    Join Date
    Oct 2006
    Location
    arizona
    Posts
    665
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...