How to mount Windows shares or Samba on Linux Centos and Ubuntu
The default behaviour for mount.cifs is leaving the mounted share unsecured For Centos: # yum install samba-client samba-common cifs-utils For Ubuntu: # sudo apt-get install cifs-utils samba-common system-config-samba samba winbind Create a local mount point directory, for example: # mkdir…