touch setting times Error in cifs share.
touch setting times Error in cifs share.
Error:
$ touch a
touch: setting times of `a': Permission denied
Solution:
The share need to be mounted with explicit User and Permission rights.
[root@localhost /]# mount -t cifs -o rw,uid=uid,gid=gid,file_mode=0755,dir_mode=0755,username=xxxx,password=xxxx //example.com/example /example
No comments