1753622 Members
5705 Online
108797 Solutions
New Discussion

ACL Problem

 
Becke
Super Advisor

ACL Problem


Hi Guys,

I need to know on how to grant an access to specfic user to all the sub-directories and files in the '/DATA' filesystem.

I can use the 'chacl' command to grant access to a user but how do i recursively grant user 'victor' access to all the sub-directories as well.

Below is the command that I have used to grant user 'victor' access to a single file and it works fine.

chacl victor.%=rwx filename

But how do i grant user 'victor' access to all the sub-direcotries and files in the /DATA file system..

Please advise,

Thanks in Advance
Raf
1 REPLY 1
Suraj K Sankari
Honored Contributor

Re: ACL Problem

Hi,

As per my knowledge chacl is only for file you cant set permission for directory.

If you want this user is only accessible any particular directory then set proper access privilege if this is a ftp user then you can use chroot also.


Suraj