Last active
August 29, 2015 14:14
-
-
Save danielb2/a575aa9659f0e182697f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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