SMB/CIFS connection, attempting to change the permissionswithin rhel5 to comply with the clients needs
- by Skreemer
I can get the mount to work and as written in /etc/fstab:
//pcsprdvhost.prod.tsh.mis.mckesson.com/sftphome /sftphome2 cifs username=myuser,workgroup=domain,password=mypassword,noserverinfo,uid=tmadmin,gid=tibco,nounix,file_mode=0777,dir_mode=0777 0 2
this means that every directory under /sftphome2 looks like:
drwxrwxrwx 1…