ubuntu下假设ftp服务器的方法

来源:互联网 发布:angular js new array 编辑:程序博客网 时间:2024/06/11 21:20
查看ubuntu版本号
http://www.th7.cn/system/lin/201210/26773.shtml

Ubuntu 11.10更新源地址列表:更改方法及下载
http://www.veryhuo.com/a/view/40784.html
http://wiki.ubuntu.org.cn/Qref/Source

ubuntu安装ftp服务器(一般配置)
http://blog.csdn.net/nation_chen/article/details/7066277
http://www.cnblogs.com/feisky/archive/2010/03/25/1696108.html

Linux下,已知启动进程的命令名,如何判断该进程是否还存在
http://bbs.chinaunix.net/thread-1197609-1-1.html
ps -ef|grep vsftpd


kill -9 进程pid

killall -9 进程名


ftp的密码为:
mazhou

ftp配置文件:
sudo gedit /etc/vsftpd.conf

sudo /etc/init.d/vsftpd restart

114.90.14.194



清除所有已删除包的残馀配置文件
http://www.cnblogs.com/JamyWong/archive/2009/11/19/1606442.html
dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P

2、通过apt-get安装的情况:
安装
代码:sudo apt-get install vsftpd
反安装
代码:sudo apt-get remove vsftpd


Ubuntu下安装FTP服务器vsftpd并解决中文乱码问题
http://dev.son1c.com/show/936.html


FileZilla Client 非常好用,以下是安装步骤。

安装filezilla :sudo apt-get install filezilla

再装个语言包:sudo apt-get install filezilla-locales

查看版本号:
apt-cache show [package]

Ubuntu下FileZilla的安装(图)
http://os.51cto.com/art/201103/247564.htm