diff options
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 7b6947b63..d89b56931 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -22,7 +22,11 @@ cd /lib && mv libshadow.*a /usr/lib && ln -sf libshadow.so.0 libshadow.so && cd /usr/lib && -ln -sf ../../lib/libshadow.so</userinput></screen></para> +ln -sf ../../lib/libshadow.so && +cd /usr/sbin && +ln -sf vipw vigr && +cd /usr/share/man/man8 && +ln -sf vipw.8 vigr.8</userinput></screen></para> </sect2> |