Quote:
Originally Posted by corp769
You will need to set the proper permissions using chmod, and possibly using chown. You also might need to edit your SMB configuration.
Cheers,
Josh
|
i am having an ADS with admin as group
I have one folder called admin in /share
I shared the share folder by samba by read permission so no one can write files or for folders there
I set group ownership to 'admin' for admin folder and given rwx permission to group
i set stickibit permission on that folder so create er user can only detete files
set chmod -R g+s so files created admin will remain admin group
now i need to set 2 or 3 users who belong to admin ad group have delete permission for all folder and files on admin filder under /share/admin
Hope you can understand now what i need
Please help me