diff options
Diffstat (limited to 'chapter06/shadowpwd.xml')
-rw-r--r-- | chapter06/shadowpwd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/shadowpwd.xml b/chapter06/shadowpwd.xml index 7aa21651f..aeaefac1c 100644 --- a/chapter06/shadowpwd.xml +++ b/chapter06/shadowpwd.xml @@ -105,6 +105,11 @@ pointing to a non-existent file), remove it:</para> <screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen> +<para>The -D option of the <filename>useradd</filename> program requires this +directory for it to work properly:</para> + +<screen><userinput>mkdir /etc/default</userinput></screen> + <para>Coreutils has already installed a <userinput>groups</userinput> program in <filename>/usr/bin</filename>. If you wish, you can remove the one installed by Shadow:</para> |