The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/"
m (→Folders) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
== Children == |
== Children == |
||
=== Folders === |
=== Folders === |
||
+ | * {{ipfw|.ba}} |
||
− | * {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]) |
||
+ | * {{ipfw|.HFS+ Private Directory Data}} (not present in the newer iOS versions) |
||
+ | * {{ipfw|.mb}} |
||
+ | * {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]; only present in some internal iOS versions) |
||
* {{ipfw|Applications}} |
* {{ipfw|Applications}} |
||
* {{ipfw|bin}} |
* {{ipfw|bin}} |
||
− | * {{ipfw|boot}} |
+ | * {{ipfw|boot}} (not present in the newer iOS versions) |
* {{ipfw|cores}} |
* {{ipfw|cores}} |
||
* {{ipfw|dev}} |
* {{ipfw|dev}} |
||
Line 13: | Line 16: | ||
* {{ipfw|private/etc|etc}} ([[wikipedia:Symbolic link|symlink]] to <code>/private/etc</code>) |
* {{ipfw|private/etc|etc}} ([[wikipedia:Symbolic link|symlink]] to <code>/private/etc</code>) |
||
* {{ipfw|Library}} |
* {{ipfw|Library}} |
||
− | * {{ipfw|lib}} |
+ | * {{ipfw|lib}} (not present in jailed iOS) |
* {{ipfw|mnt}} |
* {{ipfw|mnt}} |
||
* {{ipfw|private}} |
* {{ipfw|private}} |
||
Line 22: | Line 25: | ||
* {{ipfw|usr}} |
* {{ipfw|usr}} |
||
* {{ipfw|private/var|var}} (symlink to <code>/private/var</code>) |
* {{ipfw|private/var|var}} (symlink to <code>/private/var</code>) |
||
+ | |||
=== Files === |
=== Files === |
||
* {{ipfw|.file}} |
* {{ipfw|.file}} |
||
+ | * {{ipfw|.Trashes}} |
||
== External Links == |
== External Links == |
||
* [http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html Filesystem Hierachy Standard 2.3] |
* [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]] |
[[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
)