#!/bin/sh addgroup -S vsftp &>/dev/null adduser -h /var/lib/vsftpd -s /bin/false -G vsftp -S vsftp &>/dev/null