Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Created January 21, 2014 18:30
Show Gist options
  • Save pgwillia/8545452 to your computer and use it in GitHub Desktop.
Save pgwillia/8545452 to your computer and use it in GitHub Desktop.
Where is a directory mounted?
df -P file/goes/here | tail -1 | cut -d' ' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment