/
Create a new Linux user
Create a new Linux user
Issue/Symptom/Question
How do I create a new linux user?
Applies To
Linux operating system
new user
Resolution/Fix/Answer
You must have permission to log on as root to the linux server. If you do not have permission for this please log a Service Desk ticket for assistance.
If you do have permission, log onto the linux server as root and at the prompt type:
root> useradd -c "John James Doe" -m -g users jjd
root> passwd jjd
You will be prompted for password
-c is a text field
-m sets up the users home directory
-g assigns user group
jjd is the username assigned
Note: Do not use the following special characters in the password - ! ?
, multiple selections available,
Related content
How do I remove a linux system user
How do I remove a linux system user
More like this
Create new user on PENTA server
Create new user on PENTA server
More like this
Install Red Hat / Oracle Linux 7.9
Install Red Hat / Oracle Linux 7.9
More like this
Unable to Create New User In Define Users
Unable to Create New User In Define Users
More like this
In the Define users screen, what is the difference between the User, Server and OnBase IDs?
In the Define users screen, what is the difference between the User, Server and OnBase IDs?
More like this