Creating a user with no shell and no directory


# groupadd apache
# useradd -c "Apache Server" -d /dev/null -g apache -s /bin/false apache

Comments

Popular Posts