Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了proftpd文件服务器apt-get
proftpd
apt-get
但是添加用户后如下图:
sudo useradd myproftpduser sudo passwd myproftpduser sudo usermod -m -d /var/www/ myproftpduser
重新启动proftpd服务后,我无法使用新用户登录。
我只能使用proftpd用户登录。
不知道我在哪里犯错
在proftpd中创建用户的正确方法
sudo useradd myproftpduser -d /var/www/myproftpduser -s /bin/false