vsftp permission
hi
i have two dir:data and docs
i have two groups:admin and sysadmin
i have three users in admin:u1,u2,u3
i have three users in sysadmin:u4,u5,u6
i want to setup an ftp server such that:
data is rwx to u1 and r-- to u2 and u3;also data is r-- to sysadmin group users(i.e. u4,u5,u6)
docs is rwx to u4 and r-- to u5 and u6;also docs is r-- to admin grops users(i.e. u1,u2,u3)
is it possible to achieve this?
regards,
Prayag
|