diff options
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 |