# Sends a "SIGKILL" signal to process with id 925. The -9 option sends the kill signal. The 925 id was found by using 'ps'. kill -9 925
# Sends a "SIGKILL" signal to process with id 925. The -9 option sends the kill signal. The 925 id was found by using 'ps'. kill -9 925