diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/psmisc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 5178f9708..9fb4435b5 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -62,7 +62,8 @@ particular system, complete the installation of Psmisc by creating the following symlink:</para> -<screen><userinput remap="install">ln -sv killall /bin/pidof</userinput></screen> +<screen><userinput remap="install">mv /usr/bin/killall /bin +ln -sv killall /bin/pidof</userinput></screen> </sect2> |