Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2004 10:33:48 +0100
From:      Iago <breogan77@telefonica.net>
To:        DerAlSem <DerAlSem@inbox.ru>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Rehashing of process
Message-ID:  <402B487C.3010804@telefonica.net>
In-Reply-To: <53880221.20040212115812@inbox.ru>
References:  <53880221.20040212115812@inbox.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
DerAlSem wrote:

> Hello freebsd-newbies,
> 
> I've made some changes to my socks5.conf and want to reash config.
> What i'm doing wrong?
> 
> su-2.05b# ps -aux |grep socks
> root       468  0.0  0.8  1424  924  ??  Is    4:00PM   0:00.16 /usr/local/bin/socks5
> root      3854  0.0  0.8  1488  940  ??  S    11:57AM   0:00.02 /usr/local/bin/socks5
> root      3856  0.0  0.6  1408  712  p1  S+   11:58AM   0:00.03 grep socks
> su-2.05b# killall hup 468
> No matching processes were found
> su-2.05b# killall hup 3854
> No matching processes were found
> 

Have you read the manpages?

The command syntax is

# man killall

then you'll discover

# killall -SIGNAL procname

(you have to use the hyphen)

---
Good luck!

Iago



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?402B487C.3010804>