giving write access to selective users to a certain directory in solaris 10

Hi all,

how can i grant write access to a selective users only with write access to a certain filesystem/directory in solaris 10.

Please help..i tried "fs setacl"...does not seem to work

Please adv..thanks in advance...

Are you using ZFS for that directory ? In that case, you can use chmod to set ACLs.

no..itz not ZFS...

u mean just chmod 770 username:directory ?

man setfacl

Tom

Then is it ufs ?

If it is ZFS, that would be something like:

chmod A+user:username:list_directory:file_inherit:deny directory_name