search for: file_created_in_linux

Displaying 1 result from an estimated 1 matches for "file_created_in_linux".

2013 Mar 02
5
Making Linux and domain users the same
...al solution to this. The evidence for the problem is clear. Below is 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...