LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what does oinstall and dba in /etc/group means? (https://www.linuxquestions.org/questions/linux-newbie-8/what-does-oinstall-and-dba-in-etc-group-means-691799/)

gilda_ph 12-19-2008 06:51 PM

what does oinstall and dba in /etc/group means?
 
oinstall:x:1001:user1, user 2
dba:x:1002:user 1, user 2

what privileges does user 1 and user 2 have in this case.

thanks for the help!

Poetics 12-19-2008 08:43 PM

User1 and User2 have belong to the oinstall group, as well to the dba group.

This is equivalent to them being in any other group -- they have whatever access that has been configured for them.

For example, if a directory has 0775 access (rwxrwxr-x), if it were owned by a group that a user belonged to, they would have full read-write-execute access, where as others would only have read and execute permissions. If a file had 0660 access (rw-rw----), and they similarly belonged to the owning group, they would be able to read and write to the file, unlike anyone who was neither owner nor belonged to the group in question.

The real question is, how did these groups get on your system; were they created by the Oracle installer?


All times are GMT -5. The time now is 06:45 PM.