What is useradd command used for in Linux?

Experience Level: Junior
Tags: Linux

Answer

The useradd command is used to add user accounts to your system. It is just a symbolic link to adduser command and the difference between both of them is that useradd is a native binary compiled with system whereas adduser is a Perl script which uses useradd binary in the background.

Comments

No Comments Yet.
Be the first to tell us what you think.
Linux for beginners
Linux for beginners

Are you learning Linux ? Try our test we designed to help you progress faster.

Test yourself