Skip to main content
Search
Search This Blog
technotes
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 06, 2011
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
April 03, 2009
Dictionary comprehension
April 07, 2011
Ubuntu - PDF manipulation
Comments
Post a Comment