The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/"
m (→External Links: typo.) |
(→Folders) |
||
Line 4: | Line 4: | ||
== Children == |
== Children == |
||
=== Folders === |
=== Folders === |
||
− | * {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]) |
+ | * {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]; not present in the newer iOS versions) |
* {{ipfw|Applications}} |
* {{ipfw|Applications}} |
||
* {{ipfw|bin}} |
* {{ipfw|bin}} |
||
Line 22: | Line 22: | ||
* {{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}} |
Revision as of 15:26, 5 May 2020
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
- AppleInternal (Apple Internal apps and prototypes; not present in the newer iOS versions)
- Applications
- bin
- boot
- cores
- dev
- Developer
- etc (symlink to
/private/etc
) - Library
- lib
- 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
)