The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/"
ChronicDev (talk | contribs) |
m (→Folders) |
||
(28 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ |
||
− | == Overview == |
||
+ | This is the root directory for [[iOS]]. The firmware listing of these folders follow very closely to the [[wikipedia:Filesystem Hierarchy Standard|Filesystem Hierarchy Standard]] for [[wikipedia:Unix|Unix]] and [[wikipedia:Unix-like|Unix-like]] [[wikipedia:Operating system|operating systems]]. |
||
− | This is the root directory for the iPhone |
||
== Children == |
== Children == |
||
+ | === Folders === |
||
− | <ul> |
||
+ | * {{ipfw|.ba}} |
||
− | <li>[[/var/stash/Applications.*****|Applications@]]</li> |
||
+ | * {{ipfw|.HFS+ Private Directory Data}} (not present in the newer iOS versions) |
||
− | <li>[[/var/mobile| User@]]</li> |
||
+ | * {{ipfw|.mb}} |
||
− | <li>[[/dev]]</li> |
||
+ | * {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]; only present in some internal iOS versions) |
||
− | <li>[[/private]]</li> |
||
+ | * {{ipfw|Applications}} |
||
− | <li>[[/private/var| var@]]</li> |
||
+ | * {{ipfw|bin}} |
||
− | <li>[[/Developer]]</li> |
||
+ | * {{ipfw|boot}} (not present in the newer iOS versions) |
||
− | <li>[[/bin]]</li> |
||
+ | * {{ipfw|cores}} |
||
− | <li>[[/private/etc| etc@]]</li> |
||
+ | * {{ipfw|dev}} |
||
− | <li>[[/sbin]]</li> |
||
+ | * {{ipfw|Developer}} |
||
− | <li>[[/Library]]</li> |
||
+ | * {{ipfw|private/etc|etc}} ([[wikipedia:Symbolic link|symlink]] to <code>/private/etc</code>) |
||
− | <li>[[/boot]]</li> |
||
+ | * {{ipfw|Library}} |
||
− | <li>[[/lib]]</li> |
||
+ | * {{ipfw|lib}} (not present in jailed iOS) |
||
− | <li>[[/private/var/tmp| tmp@]]</li> |
||
+ | * {{ipfw|mnt}} |
||
− | <li>[[/System]]</li> |
||
+ | * {{ipfw|private}} |
||
− | <li>[[/cores]]</li> |
||
+ | * {{ipfw|sbin}} |
||
− | <li>[[/mnt]]</li> |
||
+ | * {{ipfw|System}} |
||
− | <li>[[/usr]]</li> |
||
+ | * {{ipfw|private/var/tmp|tmp}} (symlink to <code>/private/var/tmp</code>) |
||
− | </ul> |
||
+ | * {{ipfw|private/var/mobile|User}} (symlink to <code>/private/var/mobile</code> ({{ipfw|private/var/root|/private/var/root}} on [[iOS|iPhone OS]] 1.1.2 and below) |
||
+ | * {{ipfw|usr}} |
||
+ | * {{ipfw|private/var|var}} (symlink to <code>/private/var</code>) |
||
+ | |||
+ | === Files === |
||
+ | * {{ipfw|.file}} |
||
+ | * {{ipfw|.Trashes}} |
||
+ | |||
+ | == External Links == |
||
+ | * [http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html Filesystem Hierachy Standard 2.3] |
||
+ | * [https://developer.apple.com/library/mac/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html File System Basics (Apple)] |
||
+ | [[Category:Filesystem]] |
Latest revision as of 20:22, 28 February 2021
This is the root directory for iOS. The firmware listing of these folders follow very closely to the Filesystem Hierarchy Standard for Unix and Unix-like operating systems.
Children
Folders
- .ba
- .HFS+ Private Directory Data (not present in the newer iOS versions)
- .mb
- AppleInternal (Apple Internal apps and prototypes; only present in some internal iOS versions)
- Applications
- bin
- boot (not present in the newer iOS versions)
- cores
- dev
- Developer
- etc (symlink to
/private/etc
) - Library
- lib (not present in jailed iOS)
- mnt
- private
- sbin
- System
- tmp (symlink to
/private/var/tmp
) - User (symlink to
/private/var/mobile
(/private/var/root on iPhone OS 1.1.2 and below) - usr
- var (symlink to
/private/var
)