Sending SIGHUP Signal to Cardmgr

Dominik Brodowski linux at dominikbrodowski.net
Sat Feb 25 16:39:35 EST 2006


On Sat, Feb 25, 2006 at 02:36:38PM -0500, Nathan M wrote:
> I just want to elaborate on my last post a little bit.  I have tried
> the following command line:
> 
> ---code--------------
> ~$ sudo kill -s SIGHUP `pidof cardmgr`
> -----------------------
> 
> and got the following error for an output:
> 
> ---code--------------
> ~$ sudo kill -s SIGHUP `pidof cardmgr`
> kill: bad signal name 's'
> -----------------------

sudo kill -SIGHUP $(pidof cardmgr)
?

	Dominik



More information about the linux-pcmcia mailing list