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.
Related Linux job interview questions
What is sed command used for in Linux?
Linux JuniorWhat is userdel command used for in Linux?
Linux JuniorWhat is hostname command used for in Linux?
Linux JuniorWhat is unzip command used for in Linux?
Linux JuniorWhat is zip command used for in Linux?
Linux Junior