Difference between revisions of "/"

From The iPhone Wiki
Jump to: navigation, search
m (Folders: Added that "/AppleInternal" is only present in some internal iOS versions and that it is not present in stock iOS versions.)
(21 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 [[iOS]].
 
   
 
== Children ==
 
== Children ==
  +
=== Folders ===
* [[/Applications|Applications@]]
 
  +
* {{ipfw|.ba}}
* [[/bin]]
 
  +
* {{ipfw|.HFS+ Private Directory Data}}
* [[/boot]]
 
  +
* {{ipfw|.mb}}
* [[/cores]]
 
  +
* {{ipfw|AppleInternal}} ([[Apple Internal Apps|Apple Internal apps]] and [[Prototype Firmware|prototypes]]; only present in some internal iOS versions)
* [[/dev]]
 
  +
* {{ipfw|Applications}}
* [[/Developer]]
 
  +
* {{ipfw|bin}}
* [[/private/etc| etc@]]
 
  +
* {{ipfw|boot}} (not present in the newer iOS versions)
* [[/Library]]
 
  +
* {{ipfw|cores}}
* [[/lib]]
 
  +
* {{ipfw|dev}}
* [[/mnt]]
 
  +
* {{ipfw|Developer}}
* [[/private]]
 
  +
* {{ipfw|private/etc|etc}} ([[wikipedia:Symbolic link|symlink]] to <code>/private/etc</code>)
* [[/sbin]]
 
  +
* {{ipfw|Library}}
* [[/System]]
 
  +
* {{ipfw|lib}} (not present in the newer iOS versions)
* [[/private/var/tmp| tmp@]]
 
  +
* {{ipfw|mnt}}
* [[/private/var/mobile| User@]]
 
  +
* {{ipfw|private}}
* [[/usr]]
 
  +
* {{ipfw|sbin}}
* [[/var| var@]]
 
  +
* {{ipfw|System}}
  +
* {{ipfw|private/var/tmp|tmp}} (symlink to <code>/private/var/tmp</code>)
  +
* {{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]]

Revision as of 16:36, 27 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

Files

External Links