/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mount -t cifs //<server>/<share> /mnt/<dir>/ -rw -o user="<domain>/<user>" <server> can be an IP address and <share> can be a long path Take care with spaces though :-) This will prompt you for your password to the windows share.