Click to See Complete Forum and Search --> : addin a user


jamers
03-16-2001, 11:45 AM
how do i add a user in suse linux 7 i am a newbie trying to learn it

bdg1983
03-16-2001, 11:52 AM
Some distros have gui tools that allow user administration or from the commandline, try either

useradd username
or
adduser username

where username is of course the name of the new user.

You can read the manual pages also.

man useradd
or
man adduser