answersLogoWhite

0

Which command is used to add user accounts Linux?

Updated: 8/21/2019
User Avatar

Wiki User

8y ago

Best Answer

useradd <username> <other-options>

For detailed information, please refer the man (manual) pages

ex: man useradd

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

useradd

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command is used to add user accounts Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command is used to add user accounts in Linux?

"useradd" command and sometimes adduser command. Please refer to the manual page of the command by issuing "man useradd" for detailed information


What is the command to create a user in Linux?

su command is used to change the user.


In Linux which command can be used to alter the primary group associated with a given user temporarily?

Use the 'newgrp' command.


Which command line utility is used to add user account?

In linux adduser and useradd commands are used to add user account.


Command used to go from User Mode to Privileged Mode is?

For Unix/Linux, use either the 'sudo' command or 'su' to the root account.


Can Regular user use both Linux server and Linux client system?

Yes, as long as they have user accounts on both machines.


What tools can be used to modify the properties of existing user accounts from the command line?

DSMOD


What is the command in Linux to see the groups of a user?

groups username


Which Linux command can be used to limit the disk space usage allowance of a particular user?

edquota -u username


What command line utility is used create change passwords for Samba user accounts?

smbpasswd


What command line utility is used to create change passwords for Samba user accounts?

Use smbpasswd


What do the su command stand for in Linux?

su = switch user RTFM, Luke...