What is your Choice for make Network with Windows Systems?
you can connect your linux system to other windows systems easily even without GUI, only with some command in linux Terminal.
we offer for more information read this post.
Microsoft Windows networks (samba) |
|
Command | Description |
# mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share | mount a windows network share |
# nbtscan ip_addr | netbios name resolution |
# nmblookup -A ip_addr | netbios name resolution |
# smbclient -L ip_addr/hostname | show remote shares of a windows host |
# smbget -Rr smb://ip_addr/share | like wget can download files from a host windows via smb |
No comments:
Post a Comment