Forrest logo
back to context overview

mountpoint

List of commands for mountpoint:

  • mountpoint:tldr:215c8 mountpoint: Check if a directory is a mountpoint.
    $ mountpoint ${path-to-directory}
    try on your machine
    explain this command
  • mountpoint:tldr:38fa6 mountpoint: Show major/minor numbers of a mountpoint's filesystem.
    $ mountpoint --fs-devno ${path-to-directory}
    try on your machine
    explain 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 machine
    explain this command
back to context overview