pure-ftpd關於虛擬使用者無法上傳的問題 - BBS

Table of Contents

※ 引述《cloverhsc (CloverHsc)》之銘言:
: 不好意思 各位前輩 <(_ _)> ~小弟對於freebsd很有興趣
: # pure-pw useradd 9527 -u ftpuser -g ftpgroup -d /home/9527/

pure-ftpd 建立的 9527 帳號是與系統上的 9257 帳號不一樣的..
用 ftp 登入的 9527 在登入後他的使用者其實是 ftpuser

在系統裡面的 ftpuser 應該是無法對 /home/9527 進行寫入的吧..

除非您是用
pure-pw useradd 9527 -u 9527 -d /home/9527/
來建立的..

--

All Comments