Quote:
Originally Posted by linux69
OK. Is there a way to list every object that the group has access to?
|
You could use 'find' for this:
Code:
find / -group users
But what's the rational for this?
Quote:
|
I need to create an oracle group with the same permissions as the "users" group.
|
Again - what are you trying to achieve?
Even if you manage to create a different group - file-system
objects can only have one owner group. Unless you dive into
ACLs - in which case you have to read your distributions
man-pages for file-systems and relevant commands.
Cheers,
Tink