diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-02-13 07:50:30 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-02-13 07:50:30 +0000 |
commit | cd1ddd744ed1644f30d0dba09fdf49a14e0061b3 (patch) | |
tree | b41c35c9652cbd758de122e5bec664c68508775e /chapter06 | |
parent | a0b689e8b09aaef27c73a8728aa3341f652bc098 (diff) |
Removed Explicit paths from pwconv and grpconv per lfs-dev discussion
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3250 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 5d4c12a61..377dbae04 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -106,11 +106,11 @@ need to be able to work with shadowed passwords.</para> <para>To enable shadowed passwords, run the following command:</para> -<screen><userinput>/usr/sbin/pwconv</userinput></screen> +<screen><userinput>pwconv</userinput></screen> <para>And to enable shadowed group passwords, run:</para> -<screen><userinput>/usr/sbin/grpconv</userinput></screen> +<screen><userinput>grpconv</userinput></screen> <para>Under normal circumstances, you won't have created any passwords yet. However, if returning to this section later to enable shadowing, you should |