Creare user + parola FTP
Pasul 1
Cream directorul ftp + user si parola.
# mkdir /home/directorftp
# chmod 775 /home/directorftp/
# groupadd ftpuser
# chown root:ftpuser /home/directorftp/
# useradd -g ftpuser -d /home/directorftp/ joe
# passwd joe
# nano /etc/shells ( scriem urmatorea linie de cod : '''/bin/false''' )
shells
# /etc/shells: valid login shells
/bin/csh
/bin/sh
/usr/bin/es
/usr/bin/ksh
/bin/ksh
/usr/bin/rc
/usr/bin/tcsh
/bin/tcsh
/usr/bin/esh
/bin/dash
/bin/bash
/bin/rbash
-----------
/bin/false
-----------
Pasul 2
Ne vom loga pe serverul FTP cu Total Commander.
Session: Server FTP
Host: 192..168.1.1
User: joe
Password : *****