The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/"
m |
|||
Line 1: | Line 1: | ||
+ | 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 [[iOS]]. |
||
== Children == |
== Children == |
||
Line 10: | Line 10: | ||
* {{ipfw|dev}} |
* {{ipfw|dev}} |
||
* {{ipfw|Developer}} |
* {{ipfw|Developer}} |
||
− | * {{ipfw|private/etc|etc}} |
+ | * {{ipfw|private/etc|etc}} ([[wikipedia:Symbolic link|symlink]] to <code>/private/etc</code>) |
* {{ipfw|Library}} |
* {{ipfw|Library}} |
||
* {{ipfw|lib}} |
* {{ipfw|lib}} |
||
Line 17: | Line 17: | ||
* {{ipfw|sbin}} |
* {{ipfw|sbin}} |
||
* {{ipfw|System}} |
* {{ipfw|System}} |
||
− | * {{ipfw|private/var/tmp|tmp}} |
+ | * {{ipfw|private/var/tmp|tmp}} (symlink to <code>/private/var/tmp</code>) |
− | * {{ipfw|private/var/mobile|User}} |
+ | * {{ipfw|private/var/mobile|User}} (symlink to <code>/private/var/mobile</code>) [<nowiki/>[[/private/var/root]] on [[iOS|iPhone OS]] 1.1.2 and below] |
* {{ipfw|usr}} |
* {{ipfw|usr}} |
||
− | * {{ipfw|var}} |
+ | * {{ipfw|private/var|var}} (symlink to <code>/private/var</code>) |
=== Files === |
=== Files === |
||
* [[/.file|.file]] |
* [[/.file|.file]] |
Revision as of 20:28, 3 January 2013
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 firmwares and prototypes)
- 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
)