Created
December 11, 2012 01:45
-
-
Save nlacasse/4255072 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
[97] nlacasse@fibonazi:~> mkdir test | |
[98] nlacasse@fibonazi:~> stat test | |
File: ‘test’ | |
Size: 4096 Blocks: 8 IO Block: 4096 directory | |
Device: 803h/2051d Inode: 12453533 Links: 2 | |
Access: (0755/drwxr-xr-x) Uid: ( 1000/nlacasse) Gid: ( 100/ users) | |
Access: 2012-12-10 17:44:42.579933028 -0800 | |
Modify: 2012-12-10 17:44:42.579933028 -0800 | |
Change: 2012-12-10 17:44:42.579933028 -0800 | |
Birth: - | |
[100] nlacasse@fibonazi:~> touch test/test.test | |
[101] nlacasse@fibonazi:~> stat test | |
File: ‘test’ | |
Size: 4096 Blocks: 8 IO Block: 4096 directory | |
Device: 803h/2051d Inode: 12453533 Links: 2 | |
Access: (0755/drwxr-xr-x) Uid: ( 1000/nlacasse) Gid: ( 100/ users) | |
Access: 2012-12-10 17:44:42.579933028 -0800 | |
Modify: 2012-12-10 17:45:01.546693651 -0800 | |
Change: 2012-12-10 17:45:01.546693651 -0800 | |
Birth: - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment