linux每天學習一點
centos啟動ftp命令:service vsftpd start
驗證是否連通 ftp localhost
若報錯ftp command not found,則需要安裝ftp包
64位作業系統下執行如下命令:
rpm -uvh
如果出現類似 libc.so.6 is needed by ftp-0.17-35.el5.i386 這樣的錯誤,則先執行以下命令
rpm –uvh
關閉防火牆命令
1) 永久性生效,重啟後不會復原
開啟: chkconfig iptables on
關閉: chkconfig iptables off
2) 即時生效,重啟後復原
開啟: service iptables start
關閉: service iptables stop
root使用者連線ftp上傳檔案出現的問題;
啟動vsftp、關閉防火牆、user_list 和ftpuser注釋掉root使用者後,連線ftp報錯如下:
500 oops: cannot change directory:/root
500 oops: priv_sock_get_cmd
遠端主機關閉連線。
需要執行以下命令 setenforce 0,就可以連線了。
CentOS配置FTP及使用者
vsftpd作為ftp伺服器,在linux系統中是非常常用的。下面我們介紹如何在centos系統上安裝vsftp。vsftpd是一款在linux發行版中最受推崇的ftp伺服器程式。特點是小巧輕快,安全易用。vsftpd 的名字代表 very secure ftp daemon 安全是它的開發者 ch...
centos 下的virtulbox常見問題
uuid已存在 vboxmanage internalcommad sethduuid var vbox cos 02.vdi 修改指定vdi檔案的uuid,該指令在windows下也通用。2.虛擬機器啟動出錯,要求使用root執行 sbin vboxconfig 出現該問題通常是沒有安裝好kern...
ASIHTTPRequest配置及常見問題
第一步,新增asihttprequest相關檔案到xcode專案中,所需檔案列表如下 reachability.h 在原始碼的 external reachability 目錄下 reachability.m 在原始碼的 external reachability 目錄下 第二步,鏈結相關類庫,所需...