diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
commit | edbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch) | |
tree | fa9e11a0bc99486e35a11009650ad50352222112 /chapter06/shadow.xml | |
parent | 7bbd1bdc8a816089c3d217eb805470858e130a5e (diff) |
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 6493f259a..d01ef11ee 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -147,7 +147,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> --> a group of the same name as the user. By default the user ID (UID) and group ID (GID) numbers will begin with 1000. This means if you don't pass parameters to <command>useradd</command>, each user will be a member of a - unique group on the system. If this behaviour is undesirable, you'll need + unique group on the system. If this behavior is undesirable, you'll need to pass the <parameter>-g</parameter> parameter to <command>useradd</command>. The default parameters are stored in the <filename>/etc/default/useradd</filename> file. You may need to modify two |