LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Assign CHMOD Rights To Mapped Windows Folder, (https://www.linuxquestions.org/questions/linux-security-4/assign-chmod-rights-to-mapped-windows-folder-349502/)

GaneshParam 08-03-2005 05:09 AM

Assign CHMOD Rights To Mapped Windows Folder,
 
hi all,
I wanted to know how can I assign rights to Mapped Windows Folder. I have mounted the folder by giving the following command
mount -t smbfs -o credentials=/ganesh/creds,uid=root,gid=root
//cmp1/shareddocs /ganesh/cmp1/shareddocs

Through root login, I can view, create, read files in the shared folder. But when I try to assign rights to other users through CHMOD +777 /ganesh/cmp1/shareddocs, I get message of insufficient rights.

Kindly guide me to assigning rights through root login.


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