File System

From mylearnings
Revision as of 11:08, 16 June 2025 by Pristal (talk | contribs) (Created page with "* Check filesystem type. <pre> df -T <Path> </pre> * See details about a mount. <pre> findmnt -T <Path> </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • Check filesystem type.
df -T <Path>
  • See details about a mount.
findmnt -T <Path>