Friday, July 9, 2010

samba for Linux > windows

Samba is used to access windows SMB/CIFS file system from Linux system.

smbmounts using mount command like

mount -t cifs ...

and

smbmount //server/share /localdir -o username=user,password=pass,uid=500,gid=500

No comments:

Post a Comment