Results 1 to 3 of 3
Hi i am very much new to Linux . I want to install oracle 10g on linux . I am trying to create group in linux as follows:
groupadd oinstall
...
- 04-10-2009 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 10
want to create group
Hi i am very much new to Linux . I want to install oracle 10g on linux . I am trying to create group in linux as follows:
groupadd oinstall
but it shows permission denied .
And also explain me what is root user ?
- 04-10-2009 #2
Root is an Administrater of OS and a Regular user can gain root privileges using su or sudo depending on distro in use.
Which distro are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-10-2009 #3
A normal user in linux doesn't have the authority to create group. Only a administrator which is called root in linux can create a group. You need to log in as root or use the 'su-' cmd to become root , enter the password and the above cmds will work fine.


Reply With Quote