On 8/31/13, pch0317 <[email protected]> wrote: > Hi List, > > I must allow user to access part of filesystem tree of my server > (/opt/someaplication) - read,write,execute. Remaining part of filesystem > tree musn't be accessible. > How I can do this? With ACL?
Just use groups. No need for fancy. Make the user's group, the group for the files in question, and chmod 770 the files and dirs. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caosgnsstpjozon3fh0v4o92u63kg8dw8sbpovuom6jxhshz...@mail.gmail.com

