user creation in linux

Status
Not open for further replies.

debsuvra

is NOT a PC/Mac
There is a useradd command in linux to create a new user account.

Check the following to have more information on user creation in linux.

*www.faqs.org/docs/linux_admin/x2331.html

*www.yolinux.com/TUTORIALS/LinuxTutorialManagingGroups.html
 

mehulved

18 Till I Die............
Wrong section.
Create user
Code:
useradd
or
Code:
adduser
to find the userid
Code:
id -u username
to find groupid
Code:
id -g username
Check *tldp.org/LDP/sag/html/managing-users.html
 
Status
Not open for further replies.
Top Bottom