[Samba] [Bug] Cannot create file but read/write is ok
Rowland penny
rpenny at samba.org
Thu Aug 8 10:57:17 UTC 2019
On 08/08/2019 11:50, lampahome wrote:
>
>
> That doesn't show the users primary group, you need the output of
> 'getent passwd ppp'
>
> getent passwd ppp
> ppp:x:1000:1000:ppp,,,:/home/ppp:/bin/bash
Good, that shows the user exists on that Unix computer, now try this:
cat /etc/group | grep '1000' | awk -F ':' '{print $1}'
It should return 'ppp'
Now go and run those commands on the other Unix computer and you should
get the same results.
Rowland
More information about the samba
mailing list