Displaying 1 result from an estimated 1 matches for "ditpasswd".
Did you mean:
db_passwd
2012 Apr 27
0
creating file on share getting "premission denied" on a linux client
...26 14:42 ./
[root at HOST2 ~1]$ id 50483
uid=509(50483) gid=500(admin) groups=500(admin)
I mounted the share on a linux client, but when I create a file I am
getting permission denied, not sure what I am missing here.
on client server
[root at HOST2 ~]# mount -t cifs -o
username=dituser,password=ditpasswd,rw,workgroup=MYGROUP '//
10.10.3.43/50483' /mnt/cifs/
[root at HOST2 ~]# su - 50483
[50483 at HOST2 ~]$ cd /mnt/cifs/dir1/
[50483 at HOST2 dir1]$ touch file1
touch: cannot touch `file1': Permission denied
[50483 at HOST2 dir1]$ id
uid=509(50483) gid=500(admin) groups=500(admin)
Thanks...