I have a large number of folders with items that have "custom permissions" when I do get Info
I have installed fun_plug successfully, telnet works, and I have applied the patch to smb.conf that gives 777 permissions to all new files that I copy to the drive ( "http://forums.dlink.com/index.php?topic=11331.msg93163#msg93163" ). This works.
The problem is all the existing files that are on there. I need to modify the permissions on those folders and the items there in, and I can't work out how to do that.
I have tried modifying the permissions on a file deep inside one such folder
chmod 777 filename
chown myname:users filename
and after doing that it looks right in ls -la, but I still can't delete the item in the Finder. That leads me to believe I need to recursively modify the entire folder tree.
Can someone suggest a magic incantation to utter to accomplish this ?
Thanks
Kent
Updated: it seems that the problem is the owner and group on the folders. I did
chown -R myname:users badfolder
then everything works properly