Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2020-12-21 | Userland: useradd: Add command line option to set user password | Brendan Coles | |
2020-10-03 | Everywhere: Fix more typos | Linus Groh | |
2020-02-02 | Userland: useradd utility | Jesse Buhagiar | |
This commit implements the `useradd` utility that is found on most, if not all *NIX systems. It allows the root user to add new users to the password file found in `/etc/passwd`, thereby making it easier to manipulate the file. |