Quote:
Originally Posted by rukkyg
Code:
$ ls -l /sbin/pidof
lrwxrwxrwx 1 root root 8 May 6 2003 /sbin/pidof -> killall5
pidof links to killall5 which is from the sysvinit package ( http://freshmeat.net/projects/sysvinit).
if you already have killall5 (ls /sbin/killall5) you can just link it with
Code:
# ln -s /sbin/killall5 /sbin/pidof
|
Dude, I love you...you just made my life so much easier.
Thank you a bunch and thank you to everyone else who offered other solutions.