Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/161c1825fb084be4ebb76fb9c4535d6e to your computer and use it in GitHub Desktop.
Save lovesegfault/161c1825fb084be4ebb76fb9c4535d6e to your computer and use it in GitHub Desktop.
~
❯ touch foo
~
❯ stat foo
File: foo
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 1ah/26d Inode: 261048 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 8888/bemeurer) Gid: ( 100/ users)
Access: 2020-06-06 13:17:57.469173634 -0700
Modify: 2020-06-06 13:17:57.469173634 -0700
Change: 2020-06-06 13:17:57.469173634 -0700
Birth: -
~
❯ sudo touch bar
~
❯ stat bar
File: bar
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 1ah/26d Inode: 264168 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2020-06-06 13:18:03.304086232 -0700
Modify: 2020-06-06 13:18:03.304086232 -0700
Change: 2020-06-06 13:18:03.304086232 -0700
Birth: -
~
❯ sudo mount -o bind foo bar
~
❯ stat foo bar
File: foo
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 1ah/26d Inode: 261048 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 8888/bemeurer) Gid: ( 100/ users)
Access: 2020-06-06 13:17:57.469173634 -0700
Modify: 2020-06-06 13:17:57.469173634 -0700
Change: 2020-06-06 13:17:57.469173634 -0700
Birth: -
File: bar
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 1ah/26d Inode: 261048 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 8888/bemeurer) Gid: ( 100/ users)
Access: 2020-06-06 13:17:57.469173634 -0700
Modify: 2020-06-06 13:17:57.469173634 -0700
Change: 2020-06-06 13:17:57.469173634 -0700
Birth: -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment