From b029aa8bfb36e24d92ed2a048564f1e8ac773eb6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 4 Jan 2022 19:23:38 +0100 Subject: Remove ending space in shadow --- chapter08/shadow.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08') diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index ffc2a7ce9..ea540d1cf 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -201,7 +201,7 @@ useradd -D --gid 999 This parameter sets the beginning of the group numbers used in the /etc/group file. The particular value 999 comes from the --gid parameter above. You can - modify it to anything you desire. + modify it to anything you desire. Note that useradd will never reuse a UID or GID. If the number identified in this parameter is used, it will use the @@ -211,9 +211,9 @@ useradd -D --gid 999 parameter, you will get a message displayed on the terminal that says: useradd: unknown GID 999, although the account is correctly created. That is why we have - created the group users + created the group users with this group ID in . - + -- cgit v1.2.3-54-g00ecf