LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   unable to get full permission on files when using this command in ubuntu 10.04 (https://www.linuxquestions.org/questions/ubuntu-63/unable-to-get-full-permission-on-files-when-using-this-command-in-ubuntu-10-04-a-911651/)

mposwal 11-03-2011 08:30 AM

unable to get full permission on files when using this command in ubuntu 10.04
 
sudo mount -t cifs //server/path /home/manish/Desktop/sheetshare/ -o username=abc,password=abc


What step should i take to get full permissions on files.


Thanks

camorri 11-03-2011 08:57 AM

The read, write, deleted and ownership permissions are controlled by the samba server configuration. You would have to change the /etc/samba/smb.conf file on the server. That takes admin privileges on that system. If you don't have that control, talk to the admins of the system.

You have control of files you copy to your system. Once you copy files to your home directory, you should own the file, and have full access.


All times are GMT -5. The time now is 10:41 PM.