Difference between revisions of "/.file"

From The iPhone Wiki
Jump to: navigation, search
(New page: This is an empty hidden file in the root of iOS made by Apple Inc. It is viewable on an extracted FW, but nopt on iFile or other apps. == Parents == *[...)
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
This is an empty [[wikipedia:Dot-file|hidden file]] in the [[/|root]] of [[iOS]]. It appears to have no purpose, but it may be used for file integrity checks to verify the filesystem is not corrupt. According to Apple, .file can be used to make a “reference” to a file like: /.file/id=6571367.2773272, where the file has a composite key of device ID and inode ID; it is believed to be a fundamental part of how aliasing works.
This is an empty hidden file in the [[/|root]] of [[iOS]] made by [[wikipedia:Apple Inc.|Apple Inc]]. It is viewable on an extracted FW, but nopt on iFile or other apps.
 
   
 
== Parents ==
 
== Parents ==
  +
{{parent}}
*[[/]]
 
  +
  +
== External Links ==
  +
* [https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/AccessingFilesandDirectories/AccessingFilesandDirectories.html Accessing Files and Directories]
  +
* [https://apple.stackexchange.com/questions/231447/is-it-normal-to-have-a-hidden-file-named-file-in Is it normal to have a hidden file named .file in /?]

Latest revision as of 05:42, 6 May 2020

This is an empty hidden file in the root of iOS. It appears to have no purpose, but it may be used for file integrity checks to verify the filesystem is not corrupt. According to Apple, .file can be used to make a “reference” to a file like: /.file/id=6571367.2773272, where the file has a composite key of device ID and inode ID; it is believed to be a fundamental part of how aliasing works.

Parents

(root)

External Links