milis/talimatname/genel/p/proftpd/proftpd.kos-kur

8 lines
295 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
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