Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. Compression State
  2. Unix Permissions
  3. User
  4. Group
  5. extended attributes (xattr)
  6. last access time (stat)
  7. last data modification (stat)
  8. last file status change (stat)
  9. archived flag (chflags)
  10. opaque flag (chflags)
  11. nodump flag (chflags)
  12. sappend flag (chflags)
  13. schg flag (chflags)
  14. uappend flag (chflags)
  15. uchg flag (chflags)
  16. hidden flag (chflags)
  17. ACLs
  18. File Type Code
  19. File Creator Code
  20. Resource Fork
  21. Hard Link Count
  22.  
  23. macbookpro08-centrim:~ gjp22$ ls /Volumes/spare/touched.txt
  24. ls: /Volumes/spare/touched.txt: No such file or directory
  25. macbookpro08-centrim:~ gjp22$ touch /Volumes/spare/touched.txt
  26.  
  27. macbookpro08-centrim:~ gjp22$ sudo fileXray /Volumes/spare/touched.txt
  28. Password:
  29. path = spare:/touched.txt
  30. # Catalog File Thread Record
  31. # Record 43 in node 1 beginning at 512-byte sector 0x9040
  32. parentID = 2
  33. nodeName = touched.txt
  34. # Catalog File Record
  35. # Record 15 in node 19 beginning at 512-byte sector 0x90d0
  36. type = file
  37. file ID = 76230
  38. flags = 0000000010000010
  39. . File has a thread record in the catalog.
  40. . File has date-added stored in Finder Info.
  41. reserved1 = 0
  42. createDate = Wed Dec 26 01:45:51 2012
  43. contentModDate = Wed Dec 26 01:45:51 2012
  44. attributeModDate = Wed Dec 26 01:45:51 2012
  45. accessDate = Wed Dec 26 01:45:51 2012
  46. backupDate = 0
  47. # BSD Info
  48. ownerID = 19236 (gjp22)
  49. groupID = 20 (staff)
  50. adminFlags = 00000000
  51. ownerFlags = 00000000
  52. fileMode = -rw-r--r--
  53. linkCount = 1
  54. textEncoding = 0
  55. reserved2 = 0
  56. # Finder Info
  57. fdType = 0
  58. fdCreator = 0`
  59. fdFlags = 0000000000000000
  60. fdLocation = (v = 0, h = 0)
  61. opaque = 0
  62. # Extended Finder Info
  63. reserved1 = 0
  64. date_added = Wed Dec 26 01:45:51 2012
  65. extended_flags = 0000000000000000
  66. reserved2 = 0
  67. reserved3 = 0
  68. # Data Fork
  69. logicalSize = 0 bytes
  70. # Resource Fork
  71. logicalSize = 0 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement