7 lines
295 B
Text
7 lines
295 B
Text
groupadd -g 46 proftpd
|
|
useradd -c proftpd -d /srv/ftp -g proftpd \
|
|
-s /usr/bin/proftpdshell -u 46 proftpd
|
|
|
|
install -v -d -m775 -o proftpd -g proftpd /srv/ftp
|
|
ln -v -s /bin/false /usr/bin/proftpdshell
|
|
echo /usr/bin/proftpdshell >> /etc/shells
|