diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index a3a925954..7458748ab 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -30,7 +30,7 @@ Install Glibc by running the following commands: <userinput>make install &&</userinput> <userinput>make localedata/install-locales &&</userinput> <userinput>cp login/pt_chown /usr/bin &&</userinput> - <userinput>chmod 4755 /usr/bin/pw_chown</userinput> + <userinput>chmod 4755 /usr/bin/pt_chown</userinput> </literallayout></blockquote> |