全部博文(15)
分类: LINUX
2010-10-28 10:28:46
Q. How do I Access Windows share from Linux command prompt? I would like to be able to access shared folders on Windows machines from my Linux system.
A. There are two ways. Use command line tool called smbclient or you can mount windows shares the mount command. Another option is use GUI tools. Please refer previous articles about access windows share from Linux:
This is simple way to share data between windows and linux system. You would like to access MS-Windows share called //windowsserver/sharename by mounting to /mnt/win directory under Linux system. Type the following command (replace username, windows server name, share name and password with actual values):
|
|
|
|
|
# chown 0.0 /etc/sambapasswords
# chmod 600 /etc/sambapasswords
//windowserver/share
: Windows 2000/NT share name/mnt/win
Linux mount point (to access share after mounting)chinaunix网友2010-10-28 18:01:02
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com