Displaying 1 result from an estimated 1 matches for "file_created_in_windows".
2013 Mar 02
5
Making Linux and domain users the same
...a listing of directory containing two files: one created under by the local Linux user, and one created by the same user on a Windows box connecting to the share:
$ ls -l
total 4
-rw-r--r-- 1 joe users 3 Mar 2 03:40 File_Created_In_Linux
-rwxrw-rw- 1 joe domain users 3 Mar 1 13:12 File_Created_In_Windows
$ ls -n
total 4
-rw-r--r-- 1 12903 100 3 Mar 2 03:40 File_Created_In_Linux
-rwxrw-rw- 1 16777217 16777216 3 Mar 1 13:12 File_Created_In_Windows
And here is the Samba config:
[global]
workgroup = XXXXX
realm = XXXXX.com
netbios aliases = XXXXX
security...