linux - vsftpd

apt install vsftpd -y

 

 

 

 

 

 

 

 

 

 

root@test:~# adduser xman3
Adding user `xman3' ...
Adding new group `xman3' (1002) ...
Adding new user `xman3' (1002) with group `xman3' ...
Creating home directory `/home/xman3' ...
Copying files from `/etc/skel' ...
New password:
Retype new password:
passwd: password updated successfully
Changing the user information for xman3
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] Y
root@test:~#

 

 

root@vm-public:/home# cat /etc/passwd | egrep -i xman
xman:x:1001:1001:,,,:/home/xman:/bin/bash
root@vm-public:/home#

 

 

 

 

posted @ 2021-11-17 21:30  xman888  阅读(27)  评论(0编辑  收藏  举报