您的位置:首页 > 编程语言 > PHP开发

Unix(cubian of cubieboard2)自启动与FTP服务架设

2014-02-12 14:40 330 查看
1.make file /etc/qidong,this code include two functions:udpate time,start karrigell server.

sudo ntpdate pool.ntp.org

cd /home/cubie/k/

sudo python Karrigell.py

2.edit /etc/rc.local,add code before "exit 0"

sh /etc/qidong

3.reboot

vsftpd

1.install vsftpd

sudo apt-get install vsftpd

2.config

/etc/vsftpd.conf

3.start/stop/restart

service vsftpd start/stop/restart

4.view running status

ps -e |grep vsftpd

or

service vsftpd status

5.directory

ftp:/srv/ftp

6.user and password

user:ftp

password:(any)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: