[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Suspending users & sites
- Subject: Re: [cobalt-users] Suspending users & sites
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Mon May 7 19:46:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> have it run 'newaliases' when it's done, then restart sendmail to make the
> changes active (by doing kill -HUP pid_of_sendmail).
Couldn't resist...
Admins can save lots of time by killing programs with their name, rather
than their PID (as looking up a PID takes some time, especially when you
rehash a sevice which changes it's PID constatnly.)
The command is:
killall -HUP sendmail
> Steve Werby
> President, Befriend Internet Services LLC
> http://www.befriend.com/
- shimi