On Wed, Nov 27, 2002 at 04:06:53PM -0500, [EMAIL PROTECTED] wrote: > True, but was his desire to prevent deletion of the directory, like in > DOS? > > C:\>mkdir test > C:\>attrib +r test > C:\>rmdir test > Access is denied. > C:\>attrib -r test > C:\>rmdir test > > This works on windows mapped shares, but not on samba.
Deletion of a file/directory in UNIX is dependent on the 'w' permissions of the enclosing directory (parent), not the file/directory itself. Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
