If you don't want to mess with trying to determine the process ID you can send the HUP signal to the process "name" with killall: killall -HUP process_name Note that ALL instances of the process will be sent the HUP signal. George