Hi, we have Red Hat 5.3 in our file server with samba 3.4.1. this is our config for the share:
Code:
[test]
comment = test
path = /test
read only = no
force create mode = 0775
force directory mode = 0775
posix locking = No
We have one account (admin). We also created a folder called test00 and change its ownership to root such as the ls -al output is:
Code:
drwxr-xr-x 3 root root 4096 Oct 12 18:22 test00
and created another folder inside test00 called test01 and change its ownership to admin account. However, when mapped via a windows client using admin account, we cannot delete the folder test01, which is supposed to be owned by admin. Is this default behavior? Shouldnt we be able to delete the folder since admin owns it?