From 0b1b97875531af68a799a1ec92acc50cbf223d4d Mon Sep 17 00:00:00 2001 From: "Florian R. A. Angermeier" Date: Wed, 29 Nov 2017 10:09:19 +0100 Subject: [PATCH] Add missing included utility, add missing word --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62870c925f..1e347deee0 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ inspiration by BSD systems. They are indeed small, by choice. - `getty`: Used by `init(8)` to open and initialize the TTY line, read a login name and invoke `login(1)`. - `id`: Displays user identity. -- `login`: Allows users to into the system +- `login`: Allows users to login into the system - `passwd`: Allows users to modify their passwords. - `su`: Allows users to substitute identity. - `sudo`: Enables users to execute a command as another user. +- `useradd`: Add a user - `groupadd`: Add a user group - `whoami`: Display effective user ID.