nikhil joshi
Commands
How to mount windows shared folder in Linux.
Apr 9th
We can use mount command for this operation.
mount -t cifs “//10.70.144.2/share” /home/nikhil/mnt/devBox/ -o username=nikhil, workgroup=domain.com
nikhil joshi
Apr 9th
We can use mount command for this operation.
mount -t cifs “//10.70.144.2/share” /home/nikhil/mnt/devBox/ -o username=nikhil, workgroup=domain.com
Recent Comments