#! /bin/bash
# First create a directory for mounting the windows share folder to Linux
mkdir /mnt/winshare
# Then mount it with right type and credientials
mount -t cifs -o domain=DOMAIN_NAME_OR_LOCAL_COMPUTER_NAME_IF_NOT_IN_DOMAIN,username=USER_NAME,password=PASSWORD //COMPUTER_NAME_OR_IP/SHARE_FOLDER /mnt/winshare