Not sure which Debian version you're running, but in both potato and slink it should be at /bin/kill according to the output of 'dpkg -L'.
In potato, /bin/kill is in the procps package, while in slink it's in bsdutils. In both potato and slink there is also a /usr/bin/skill, and it's in the procps package. for potato: [EMAIL PROTECTED]:~# dpkg -L procps /. /etc /etc/sysctl.conf /etc/init.d /etc/init.d/procps.sh /lib /lib/libproc.so.2.0.6 /sbin /sbin/sysctl /bin /bin/ps /bin/kill /usr /usr/bin /usr/bin/free /usr/bin/skill ....... for slink: [EMAIL PROTECTED]:~# dpkg -L bsdutils /. /usr /usr/doc /usr/doc/bsdutils /usr/doc/bsdutils/copyright /usr/doc/bsdutils/README.script /usr/doc/bsdutils/changelog.Debian.gz /usr/bin /usr/bin/logger /usr/bin/renice /usr/bin/script /usr/bin/wall /usr/man /usr/man/man1 /usr/man/man1/script.1.gz /usr/man/man1/wall.1.gz /usr/man/man1/kill.1.gz /usr/man/man1/logger.1.gz /usr/man/man8 /usr/man/man8/renice.8.gz /bin /bin/kill Tom "Eric G . Miller" wrote: > > I seemed to have lost /bin/kill. Now, I have /usr/bin/kill, but "poff" > (and possibily others) are looking for /bin/kill. I fixed poff, but I > don't know what else might get broken due to the disappearance of > /bin/kill. Anyway, I was wondering if anyone can shed some light on the > "movement" of kill? I'd think I'd still want a /bin/kill in case /usr > isn't mounted. The culprit seems to be "bsdutils", but I'm not sure. > > Ciao,