[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Migrating from Raq3 to Raq3 in different areas of the UK
- Subject: Re: [cobalt-users] Migrating from Raq3 to Raq3 in different areas of the UK
- From: flash22@xxxxxxx
- Date: Mon Feb 26 02:58:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 15 Feb 2001, George Ewing wrote:
>
> 2. kill 'head -1 /var/run/sendmail.pid' did not work and kicked me
out of telnet.
LOL! you killed yourself, you are missing a -1 in there, without it you
killed your shell -/
kill -1 'head -1 /var/run/sendmail.pid'
However the start/stop scripts are preferred ;0
gsh