Link to home
Start Free TrialLog in
Avatar of lphillips120898
lphillips120898

asked on

Assigning Rights to directories in UNIX

I need to give a particular user access to delete files in a certain directory, one owned by root - how can I do this?

I am familiar with NetWare security where you can create a group that has certain access to a directory/directories and you then put users in the group(s) you want.  A user can belong to MANY groups.  If you can explain the UNIX security in relationship to how it works in NetWare feel free!
ASKER CERTIFIED SOLUTION
Avatar of n0thing
n0thing
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lphillips120898
lphillips120898

ASKER

How many groups can a user belong to?
Depending on the OS. He could belong to as much as 15. You'll just need to separate the group ID by
a comma in the /etc/passwd file.