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