alex Posted June 30, 2012 Report Posted June 30, 2012 Creare user + parola FTPPasul 1Cream 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 2Ne vom loga pe serverul FTP cu Total Commander, FileZilla, etc. Session: Server FTPHost: 192..168.1.1User: joePassword : ***** Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.