Binaries/useradd

From Minux Wiki
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"