How do you shutdown Rsync?

Posted by: Neutrino

How do you shutdown Rsync? - 20/10/2002 11:00

Does anyone know how to shutdown rsync. A PS -A shows that it is running. When I try to RO my drive it tells me it is busy.

Posted by: Neutrino

Re: How do you shutdown Rsync? - 20/10/2002 12:46

For anyone else that is trying to figure this stuff out heres the answer:

type ps -A and find the PID number for rsync.

now just type kill "PID Number"

Posted by: Roger

Re: How do you shutdown Rsync? - 20/10/2002 13:06

The command is 'kill'. It takes a process ID (PID). ps lists it.

Edit: Beaten to it, doh!