码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu安装samba和ssh, ftp

时间:2015-05-19 14:51:09      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

sudo apt-get install samba
sudo apt-get install kdenetwork-filesharing
sudo apt-get install smbclient
sudo apt-get install system-config-samba  #安装samba服务器配置工具

cd /home/wuyq/
sudo mkdir share
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
sudo gedit /etc/samba/smb.conf

合适位置添加
security = user
文件最后添加
[share]
comment=this is Linux share directory
path=/home/wuyq/share
public=yes
writable=yes

sudo apt-get install openssh-client 
ps -e |grep ssh
sudo apt-get install openssh-server 
ps -e |grep ssh
sudo /etc/init.d/ssh start

ubuntu安装samba和ssh, ftp

标签:

原文地址:http://blog.csdn.net/waldmer/article/details/45248807

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!