LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   not getting all permission on a file (https://www.linuxquestions.org/questions/linux-newbie-8/not-getting-all-permission-on-a-file-892250/)

mposwal 07-18-2011 01:55 AM

not getting all permission on a file
 
i have two different systems having centos and slackware OS's.when i mount files on centos system from server, i get all permission on files means(rwx),but when i execute same command on my slackware system, i get only read permission on file.
i use mount -t cifs //serverip/sheetshare /root/Desktop/sheet/ -o username=abc,password=abc.
where i m wrong,please point me.

thanks.

camorri 07-18-2011 10:52 AM

Have you looked at the directory permissions of the mount point on the two systems? If the Slackware system is read only on /root/Desktop/sheet/ then that may be the issue. Compare the two systems and see if there is a difference.


All times are GMT -5. The time now is 10:13 AM.