![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to add permission of directory to a group | ahjiefreak | UNIX for Dummies Questions & Answers | 2 | 02-29-2008 12:20 AM |
| home directory & group in UNIX question | Katkota | UNIX for Dummies Questions & Answers | 3 | 01-06-2008 07:21 PM |
| limiting home directory size for a group | Katkota | UNIX for Dummies Questions & Answers | 11 | 01-06-2008 01:48 PM |
| How to find permissions/roles/priveleges of User | hardesh | UNIX for Advanced & Expert Users | 1 | 09-27-2005 06:22 AM |
| sqlplus priveleges. | oracle8 | UNIX for Dummies Questions & Answers | 1 | 10-15-2001 09:16 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
On my FTP server (Darwin/Mac OS X -- pretty much FreeBSD), I need to apply the following permissions to a directory:
1. A specific owner with full access 2. A specific group with full access 3. A specific group with read-only access 4. No access whatsoever for everyone else I understand how to apply permission for the owner (1.), the first group (2.), and everyone else (4.).... chown owner:group1 dirname chmod 770 dirname What I don't get is how to apply read only access for my second group (3.). I feel certain that I a missing something big here. Can anyone help? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
i dont know if mac osx has ACL's but if it does try man acl or man setfacl
|
|
#3
|
|||
|
|||
|
Thanks for the response, but it looks like darwin doesn't have those utilities available.
<pre>[localhost:~] % man acl man: no entry for acl in the manual. [localhost:~] % man setfacl man: no entry for setfacl in the manual.</pre> What is acl? Is that a Linux thing? |
|
#4
|
|||
|
|||
|
access control lists. its a solaris thing.
|
|
#5
|
||||
|
||||
|
Modern Linux distributions also carry support for ACL's, although it's not used as much as it should be.
|
|
#6
|
||||
|
||||
|
Not only solaris, HP-UX has them as well
__________________
Patrick Van der Veken - UNIX consultant (c) 2001 - 2001 http://www.baanboard.com - http://www.ux-core.com 'True strength lies in gentleness' - Irish proverb |
||||
| Google The UNIX and Linux Forums |