Advertisement
Lokha

Untitled

Jul 25th, 2020
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mkdir -p /var/ftp/goles/
  2. find /var/ftp/goles -type d -print0|xargs -0 chmod 777
  3. useradd goles -d /var/ftp/goles/
  4. echo "goles" >> /etc/vsftpd.userlist
  5. passwd goles
  6. # вводим пароль юзера
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement