Binaries/useradd

From Minux Wiki
Revision as of 00:04, 27 September 2024 by Shorun (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

useradd binary is used to create new users on the local system or network, depending on login settings


usage:

useradd username password


output:

creates a new user with the chosen password


eg: "useradd foo bar" creates a new user called "foo" with the password "bar"