- To mount windows share on redhat linux.
mount -t cifs -o username=<share user>,password=<share password> //WIN_PC_IP/<share name> /mnt
we can further explore -o option which allows add as many options to add as possible.
When curiosity outbursts …!!!
mount -t cifs -o username=<share user>,password=<share password> //WIN_PC_IP/<share name> /mnt
we can further explore -o option which allows add as many options to add as possible.