-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

fuser


> Display process IDs currently using files or sockets.

More information.


Find which processes are accessing a file or directory:

fuser {path/to/file_or_directory}

Show more fields (`USER`, `PID`, `ACCESS` and `COMMAND`):

fuser --verbose {path/to/file_or_directory}

Identify processes using a TCP socket:

fuser --namespace tcp {port}

Kill all processes accessing a file or directory (sends the `SIGKILL` signal):

fuser --kill {path/to/file_or_directory}

Find which processes are accessing the filesystem containing a specific file or directory:

fuser --mount {path/to/file_or_directory}


> 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 04:59:35 2024