-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pkill


> Signal process by name.

> Mostly used for stopping processes.

More information.


Kill all processes which match:

pkill "{process_name}"

Kill all processes which match their full command instead of just the process name:

pkill -f "{command_name}"

Force kill matching processes (can't be blocked):

pkill -9 "{process_name}"

Send SIGUSR1 signal to processes which match:

pkill -USR1 "{process_name}"

Kill the main `firefox` process to close the browser:

pkill --oldest "{firefox}"


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:27:21 2024