Difference between revisions of "/private/etc"

From The iPhone Wiki
Jump to: navigation, search
m
m (Files: Added that fstab is no longer present in iOS 14)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
This folder is specified by the [[wikipedia:Filesystem Hierarchy Standard|FHS]] as a place that "contains configuration files" (i.e. "local file[s] used to control the operation of a program"). Most of the folders here are not present in jailed iOS except for raccoon, asl, and ppp.
== Parents ==
 
   
<ul>
 
<li>[[/private| private]]</li>
 
</ul>
 
 
== Children ==
 
== Children ==
  +
=== Folders ===
* [[/private/etc/alternatives|alternatives]]
 
  +
* {{ipfw|alternatives}}
* [[/private/etc/apt|apt]]
 
  +
* {{ipfw|apt}}
* [[/private/etc/bluetool|bluetool]]
 
  +
* {{ipfw|asl}}
* [[/private/etc/fstab|fstab]]
 
  +
* {{ipfw|bluetool}}
* [[/private/etc/passwd|passwd]]
 
  +
* {{ipfw|default}}
* [[/private/etc/master.passwd|master.passwd]]
 
  +
* {{ipfw|dpkg}}
* [[/private/etc/hosts|hosts]]
 
  +
* {{ipfw|pam.d}}
* [[/private/etc/profile.d|profile.d]]
 
  +
* {{ipfw|ppp}}
  +
* {{ipfw|profile.d}}
  +
* {{ipfw|racoon}}
  +
* {{ipfw|rc.d}} (not present in jailed iOS)
  +
* {{ipfw|ssl}}
  +
  +
=== Files ===
  +
* {{ipfw|afp.conf}} (not present in the newer iOS versions)
  +
* {{ipfw|asl.conf}}
  +
* {{ipfw|fstab|fstab}} (only present in iOS < 14)
  +
* {{ipfw|group}}
  +
* {{ipfw|hosts}}
  +
* {{ipfw|host.equiv}}
  +
* {{ipfw|launchd.conf}} (see also: [[launchd.conf Untether]]; not present in the newer iOS versions)
  +
* {{ipfw|master.passwd}}
  +
* {{ipfw|networks}}
  +
* {{ipfw|notify.conf}}
  +
* {{ipfw|passwd}}
  +
* {{ipfw|profile}} (not present in the newer iOS versions)
  +
* {{ipfw|protocols}}
  +
* {{ipfw|services}}
  +
* {{ipfw|ttys}}
  +
  +
== Parents ==
  +
{{parent|private}}
   
  +
== References ==
[[Category:Filesystem]]
 
  +
* [http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION FHS 2.3 on /etc]

Latest revision as of 23:57, 22 July 2020

This folder is specified by the FHS as a place that "contains configuration files" (i.e. "local file[s] used to control the operation of a program"). Most of the folders here are not present in jailed iOS except for raccoon, asl, and ppp.

Children

Folders

Files

Parents

(root)/private

References