Difference between revisions of "/dev"

From The iPhone Wiki
Jump to: navigation, search
(Children: fixed list and some links. FOLLOW THE SAME FORMAT FOR ALL PAGES!)
Line 8: Line 8:
   
 
== Children ==
 
== Children ==
  +
=== Files ===
 
[[/dev/zero]]
+
*[[/dev/zero|zero]]
  +
*[[/dev/vn1|vn1]]
 
  +
*[[/dev/urandom|urandom]]
 
[[/dev/vn0]]
+
*[[/dev/uart.iap|uart.iap]]
  +
*[[/dev/uart.bluetooth|uart.bluetooth]] ( Bluetooth Dev Node disabled by the kernel for power saving )
 
  +
*[[/dev/ttyp6]]
 
[[/dev/uart.iap]]
+
*[[/dev/ttyp5]]
  +
*[[/dev/ttyp4]]
 
  +
*[[/dev/ttyp3]]
[[/dev/uart.bluetooth]] ( Bluetooth Dev Node disabled by the kernel for power saving )
 
  +
*[[/dev/ttyp2]]
 
  +
*[[/dev/ttyp0]]
 
[[/dev/ttyp6]]
+
*[[/dev/tty.iap]]
  +
*[[/dev/tty.bluetooth]]
 
  +
*[[/dev/sha1_0]]
 
[[/dev/ttyp4]]
+
*[[/dev/rdisk0s2]]
  +
*[[/dev/rdisk0s1]]
 
  +
*[[/dev/random]]
 
[[/dev/ttyp2]]
+
*[[/dev/ptyp7]]
  +
*[[/dev/ptyp6]]
 
  +
*[[/dev/ptyp4]]
 
[[/dev/ttyp0]]
+
*[[/dev/ptyp3]]
  +
*[[/dev/ptyp2]]
 
  +
*[[/dev/ptyp0]]
 
[[/dev/tty.bluetooth]]
+
*[[/dev/ptmx]]
  +
*[[/dev/pf]]
 
  +
*[[/dev/klog]]
 
[[/dev/sha1_0]]
+
*[[/dev/io8logmt]]
  +
*[[/dev/io8log]]
 
  +
*[[/dev/disk0s1]]
 
[[/dev/rdisk0s1]]
+
*[[/dev/disk0]]
  +
*[[/dev/cu.iap]]
 
  +
*[[/dev/cu.bluetooth]] ( primary Dev Node to comunicate with the bluetooth chip )
[[/dev/rdisk0]]
 
  +
*[[/dev/console]]
 
  +
*[[/dev/btwake]] ( sent to switch the bluetooth chip on from standby )
[[/dev/random]]
 
  +
*[[/dev/btreset]] ( used if the bluetooth chip becomes unresponsive )
 
  +
*[[/dev/bpf2]]
 
[[/dev/ptyp6]]
+
*[[/dev/bpf1]]
  +
*[[/dev/bpf0]]
 
  +
*[[/dev/aes_0]] ( used with a crypto bundle provided in [[XPwn]] to utilize the [[AES_Keys]] in userland )
[[/dev/ptyp5]]
 
[[/dev/vn1]]
+
*[[/dev/vn0|vn0]]
[[/dev/urandom]]
+
*[[/dev/ttyp7|ttyp7]]
[[/dev/ttyp7]]
+
*[[/dev/ttyp1]]
[[/dev/ttyp5]]
+
*[[/dev/tty]]
[[/dev/ttyp3]]
+
*[[/dev/rdisk0]]
[[/dev/ttyp1]]
+
*[[/dev/ptyp5]]
[[/dev/tty.iap]]
+
*[[/dev/ptyp1]]
[[/dev/tty]]
+
*[[/dev/null]]
[[/dev/rdisk0s2]]
+
*[[/dev/disk0s2]]
[[/dev/ptyp7]]
+
*[[/dev/bpf3]]
 
[[/dev/ptyp4]]
 
 
[[/dev/ptyp3]]
 
 
[[/dev/ptyp2]]
 
 
[[/dev/ptyp1]]
 
 
[[/dev/ptyp0]]
 
 
[[/dev/ptmx]]
 
 
[[/dev/pf]]
 
 
[[/dev/null]]
 
 
[[/dev/klog]]
 
 
[[/dev/io8logmt]]
 
 
[[/dev/io8log]]
 
 
[[/dev/disk0s2]]
 
 
[[/dev/disk0s1]]
 
 
[[/dev/disk0]]
 
 
[[/dev/cu.iap]]
 
 
[[/dev/cu.bluetooth]] ( primary Dev Node to comunicate with the bluetooth chip )
 
 
[[/dev/console]]
 
 
[[/dev/btwake]] ( sent to switch the bluetooth chip on from standby )
 
 
[[/dev/btreset]] ( used if the bluetooth chip becomes unresponsive )
 
 
[[/dev/bpf3]]
 
 
[[/dev/bpf2]]
 
 
[[/dev/bpf1]]
 
 
[[/dev/bpf0]]
 
 
[[/dev/aes_0]] ( used with a crypto bundle provided in [[XPwn]] to utilize the [[AES_Keys]] in userland )
 

Revision as of 00:07, 25 October 2010

Summary

Device Nodes are here, as with any other standard UNIX system. The folder cannot be written to.

Parents

/

Children

Files