首页 > Windows开发 > 详细

三步搞定windows与ubuntu之间文件共享

时间:2014-12-31 21:36:09      阅读:349      评论:0      收藏:0      [点我收藏+]

1. 在ubuntu中安装samba应用程序

    # sudo apt-get install samba smbfs

Note: On ubuntu 14.04 there is not smbfs. (instead is cifs-utils)

    # sudo apt-get install samba cifs-utils


2. 在ubuntu中安装samba的图形化配置工具

    # sudo apt-get install system-config-samba


3. 图形化配置samba

    3.1 启动程序:System --> Administration --> samba

Note: On ubuntu 14.04, we run it directly: sudo system-config-samba

    3.2 配置samba用户:Preferences --> Samba Users --> Add user (or edit user) --> set the name and password.

    3.3 配置共享目录与权限。


这样就可以通过windows访问ubuntu了。


三步搞定windows与ubuntu之间文件共享

原文:http://my.oschina.net/1462469/blog/362810

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!