-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

mountpoint


> Test if a directory is a filesystem mountpoint.

More information.


Check if a directory is a mountpoint:

mountpoint {path/to/directory}

Check if a directory is a mountpoint without showing any output:

mountpoint -q {path/to/directory}

Show major/minor numbers of a mountpoint's filesystem:

mountpoint --fs-devno {path/to/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 01:13:27 2024