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

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)

你可能感兴趣的:(Unix(cubian of cubieboard2)自启动与FTP服务架设)