when i mount windows directory by using cifs , After windows directory mount it's not showing actual permission of files and folders.<br />
<br />
and when i mount on centos 5.4 it's work and showing actual permission of files and folders.<br />
<br />
<br />
it's solved by using fstab entry (temporary)<br />
<br />
//192.168.32.200/windowsdir /linuxdir cifs username=username,password=password,dir_mode=0777,file_mode=0777 0 0
↧