Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to add user to apache group ?

Status
Not open for further replies.

haneo

Programmer
Jan 2, 2002
274
CA
I know it is a newbie question ! but I AM newbie to linux

How can i add xxx count to apache group (or other group)
thanks ;)
 
Hi,

To add a new user whose default group is apache you would do :

# useradd -g apache -n newuser1

and then

# passwd newuser1 (to set the password)

See 'man useradd'

Regards
 
Ifincham ! you are really the master !!!!!!
Thanks very much, i was searching this info for long time, thanks for this info and all past reponses, the GNU community realy need persons like you ;)
thanks ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top