Psybnc kill and run process

How to kill the psybnc process:

user@sisrv:~/psybnc$ ps x
  PID  TT  STAT      TIME COMMAND
44354  p0  S      0:00.03 -su (bash)
31264  p0  S      0:00.02 ./psybnc
21200  p0  R+     0:00.00 ps x
user@sisrv:~/psybnc$ kill -9 31264 
user@sisrv:~/psybnc$

note: first you find the psybnc PID, type: ps x
The PID number is on the left hand side.
As you can see on the example above, the PID number is 31264
Type: kill -9 PID
or Type: kill -9 31264

Run the psybnc proces again. using the command: ./psybnc
e.g:
user@sisrv:~$ cd ~/psybnc
user@sisrv:~/psybnc$ ./psybnc

  • 60 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

How To Install psyBNC

psyBNC is small, lightweight software for usage in IRC (Internet Relay Chat). Bouncers have...

psyBNC FAQ

| psyBNC-FAQ (Frequently Asked Questions) for psyBNC | This FAQ does not...

Frequently Asked Questions

Frequently Asked Questions - up to version 2.3.2 Q: I tried to add a User for getting Op from...

How to recover psyBNC password

To reset password of your psybnc follow the steps mentioned below: Login to the shell account...

How to install sBNC

shroudBNC  or sBNC is a modular IRC proxy written in C++. It is capable of proxying IRC...

Powered by WHMCompleteSolution