Tag: share
Show Remote Shares using Samba
March 29, 2009
Show remote shares of a windows host smbclient -L ip_addr/hostname
Share Current Folder over the Web
May 29, 2008
Want to show something on your machine to someone over the web? Don’t copy it or upload it somewhere. Just…
Mount Windows Network Share with Samba
May 15, 2008
Use this command to mount a share on a windows system. It uses Samba. mount -t smbfs -o username=user,password=pass //WinClient/share…
Command to mount a Samba Share in Linux
January 26, 2008
Mount a windows network share in Linux using Samba mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share
Recent Comments