Wednesday, July 7, 2010

access windows shared folder from linux

mkdir -p /home/oracle/xls
mount -t cifs //192.168.0.28/sh -o username=os_username,password=os_password /home/oracle/xls

No comments:

Post a Comment