Displaying 1 result from an estimated 1 matches for "testingtest".
Did you mean:
castingtest
2003 Sep 04
0
security issues wint smbmount
...m I doing someting wrong?
I could not find anything on the subject on www.samba.org.
Please see the attached log for detail.
Thanks and regards,
Georg A. Eie
Basefarm AS
=====
[root@nfs1 ~]# mount -t smbfs -o
rw,username=Administrator,password=xxxxxxxx,uid=0,gid=0,fmask=644,dmask=755
//winst2/testingtesting /testingtesting
[root@nfs1 ~]# echo "test" > /testingtesting/test.txt
[root@nfs1 ~]# ls -la /testingtesting/test.txt
-rw-r--r-- 1 root root 5 Sep 4 09:49
/testingtesting/test.txt
[root@nfs1 ~]# su - georg
bash-2.05a$ cat /testingtesting/test.txt
test
bash-2....