
mountpoint
List of commands for mountpoint:
-
mountpoint:tldr:215c8 mountpoint: Check if a directory is a mountpoint.$ mountpoint ${path-to-directory}try on your machineexplain this command
-
mountpoint:tldr:38fa6 mountpoint: Show major/minor numbers of a mountpoint's filesystem.$ mountpoint --fs-devno ${path-to-directory}try on your machineexplain this command
-
mountpoint:tldr:9a4c3 mountpoint: Check if a directory is a mountpoint without showing any output.$ mountpoint -q ${path-to-directory}try on your machineexplain this command