13 Sep
2007
13 Sep
'07
5:35 a.m.
On Thu, 2007-09-13 at 14:40 +0500, anoop_c@sifycorp.com wrote:
hi I am not able to start server by service radiusd restart command/. I used to start by simply typing radiusd command
Pls anyone no the command to stop the server
If you are on Unix, radiusd is just an ordinary process, which you stop the ordinary way for your OS. I can think of dozens of ways. Usually you would wrap the low-level methods in a script to do some housekeeping, but you could try: pkill -TERM radiusd It sounds like you're not very familiar with your operating system; I'd learn more about it if I were you.