The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/"
(→External Links: Added a link to a document by Apple. Explains non-FHS directories.) |
|||
Line 27: | Line 27: | ||
== 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 Sysyem Basics (Apple)] |
||
[[Category:Filesystem]] |
[[Category:Filesystem]] |
Revision as of 23:16, 23 March 2015
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)
- 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
)