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
February 11, 2010
drupal template.php - theming important points
April 12, 2009
find command and .SVN folder
Comments
Post a Comment