/private/var/lib

From The iPhone Wiki
Revision as of 01:35, 9 January 2013 by Http (talk | contribs) (Parents: fix link (more to do!))
Jump to: navigation, search

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

Children

Folders

Files

(none)

Parents

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

References

  1. FHS 2.3 on /var/lib