Difference between revisions of "/private/var/lib"

From The iPhone Wiki
Jump to: navigation, search
Line 1: Line 1:
  +
This folder is defined by the [[wikipedia:Filesystem Hierarchy System|HFS]] 2.3 as /var/lib, but per Apple's naming scheme, they decided to place it here. To work around this issue, there is a symlink at /var that redirects to /private/var.
== Summary ==
 
   
  +
This is defined as a folder to hold "state information pertaining to an application or the system. State information is data that programs modify while they run, and that pertains to one specific host." Users should "never need to modify files in /var/lib."<sup>1</sup>
  +
  +
What is odd is that user applications' preferences are actually stored in their [[/private/var/mobile|jailed]] directory at /private/var/mobile/Applications/{UUID}/Library under whatever name they choose. Applications located under [[/Applications]] store their preferences in [[/var/mobile/Library/Preferences]]/{INTERNAL_NAME}.plist
  +
  +
/var/lib/<name> is the location that must be used for all distribution packaging support. Different distributions may use different names, of course.
 
== Children ==
 
== Children ==
 
=== Folders ===
 
=== Folders ===
*{{ipfw|apt}} ([[Cydia.app|Cydia]] downloads)
+
* {{ipfw|apt}} (file lists of installed [[wikipedia:deb (file format)|deb]]s)
*{{ipfw|cydia}}
+
* {{ipfw|cydia}} (created by Cydia)
*{{ipfw|dpkg}}
+
* {{ipfw|dpkg}}
*{{ipfw|misc}}
+
* {{ipfw|misc}}
 
=== Files ===
 
=== Files ===
 
(none)
 
(none)
   
 
== Parents ==
 
== Parents ==
  +
{{parent|private|var}}
 
[[:/|(Root)]]/[[/private|private]]/[[/var|var]]
 
[[:/|(Root)]]/[[/private|private]]/[[/var|var]]
  +
  +
== References ==
  +
# [http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html#VARLIBVARIABLESTATEINFORMATION FHS 2.3 on /var/lib]

Revision as of 22:00, 20 November 2012

This folder is defined by the HFS 2.3 as /var/lib, but per Apple's naming scheme, they decided to place it here. To work around this issue, there is a symlink at /var that redirects to /private/var.

This is defined as a folder to hold "state information pertaining to an application or the system. State information is data that programs modify while they run, and that pertains to one specific host." Users should "never need to modify files in /var/lib."1

What is odd is that user applications' preferences are actually stored in their jailed directory at /private/var/mobile/Applications/{UUID}/Library under whatever name they choose. Applications located under /Applications store their preferences in /var/mobile/Library/Preferences/{INTERNAL_NAME}.plist

/var/lib/<name> is the location that must be used for all distribution packaging support. Different distributions may use different names, of course.

Children

Folders

Files

(none)

Parents

(root)/private/var (Root)/private/var

References

  1. FHS 2.3 on /var/lib