Skip to content

Instantly share code, notes, and snippets.

@danielb2
Last active August 29, 2015 14:14
Show Gist options
  • Save danielb2/a575aa9659f0e182697f to your computer and use it in GitHub Desktop.
Save danielb2/a575aa9659f0e182697f to your computer and use it in GitHub Desktop.
$ stat -x /Users/daniel/blah
File: "/Users/daniel/blah"
Size: 0 FileType: Regular File
Mode: (0644/-rw-r--r--) Uid: ( 501/ daniel) Gid: ( 20/ staff)
Device: 1,7 Inode: 7326025 Links: 1
Access: Tue Feb 3 10:23:58 2015
Modify: Tue Feb 3 10:23:58 2015
Change: Tue Feb 3 10:23:58 2015
# stat -x /Users/daniel/blah
File: "/Users/daniel/blah"
Size: 0 FileType: Regular File
Mode: (0644/-rw-r--r--) Uid: ( 99/_unknown) Gid: ( 99/_unknown)
Device: 1,7 Inode: 7326025 Links: 1
Access: Tue Feb 3 10:23:58 2015
Modify: Tue Feb 3 10:23:58 2015
Change: Tue Feb 3 10:23:58 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment