Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. $ tree /dev
  2. /dev
  3. |-- MAKEDEV -> /sbin/MAKEDEV
  4. |-- VolGroup00
  5. | |-- LogVol00 -> /dev/mapper/VolGroup00-LogVol00
  6. | `-- LogVol01 -> /dev/mapper/VolGroup00-LogVol01
  7. |-- X0R -> null
  8. |-- console # register_chrdev_region(MKDEV(TTYAUX_MAJOR, 1), 1, "/dev/console"
  9. |-- core -> /proc/kcore
  10. |-- cpu_dma_latency
  11. |-- disk
  12. | |-- by-id
  13. | | |-- scsi-SATA_VBOX_HARDDISK_VB11a77902-f37ed6a4 -> ../../sda
  14. | | |-- scsi-SATA_VBOX_HARDDISK_VB11a77902-f37ed6a4-part1 -> ../../sda1
  15. | | `-- scsi-SATA_VBOX_HARDDISK_VB11a77902-f37ed6a4-part2 -> ../../sda2
  16. | |-- by-label
  17. | | `-- boot -> ../../sda1
  18. | |-- by-path
  19. | | |-- pci-0000:00:0d.0-scsi-0:0:0:0 -> ../../sda
  20. | | |-- pci-0000:00:0d.0-scsi-0:0:0:0-part1 -> ../../sda1
  21. | | `-- pci-0000:00:0d.0-scsi-0:0:0:0-part2 -> ../../sda2
  22. | `-- by-uuid
  23. | `-- d6b457f8-c967-4529-bfcd-1a70f1210451 -> ../../sda1
  24. |-- dm-0
  25. |-- dm-1
  26. |-- fd -> /proc/self/fd
  27. |-- full
  28. |-- hpet
  29. |-- initctl
  30. |-- input
  31. | |-- event0
  32. | |-- event1
  33. | |-- event2
  34. | |-- event3
  35. | |-- event4
  36. | |-- mice
  37. | `-- mouse0
  38. |-- kmsg
  39. |-- log
  40. |-- loop0
  41. |-- loop1
  42. |-- loop2
  43. |-- loop3
  44. |-- loop4
  45. |-- loop5
  46. |-- loop6
  47. |-- loop7
  48. |-- mapper
  49. | |-- VolGroup00-LogVol00
  50. | |-- VolGroup00-LogVol01
  51. | `-- control
  52. |-- md0
  53. |-- mem
  54. |-- net
  55. | `-- tun
  56. |-- network_latency
  57. |-- network_throughput
  58. |-- null
  59. |-- nvram
  60. |-- oldmem
  61. |-- parport0
  62. |-- parport1
  63. |-- parport2
  64. |-- parport3
  65. |-- port
  66. |-- ppp
  67. |-- ptmx # register_chrdev_region(MKDEV(TTYAUX_MAJOR, 2), 1, "/dev/ptmx")
  68. |-- pts
  69. | `-- 0
  70. |-- ram -> ram1
  71. |-- ram0
  72. |-- ram1
  73. |-- ram10
  74. |-- ram11
  75. |-- ram12
  76. |-- ram13
  77. |-- ram14
  78. |-- ram15
  79. |-- ram2
  80. |-- ram3
  81. |-- ram4
  82. |-- ram5
  83. |-- ram6
  84. |-- ram7
  85. |-- ram8
  86. |-- ram9
  87. |-- ramdisk -> ram0
  88. |-- random
  89. |-- rawctl
  90. |-- root
  91. |-- rtc
  92. |-- sda
  93. |-- sda1
  94. |-- sda2
  95. |-- sg0
  96. |-- shm
  97. |-- snapshot
  98. |-- stderr -> /proc/self/fd/2
  99. |-- stdin -> /proc/self/fd/0
  100. |-- stdout -> /proc/self/fd/1
  101. |-- systty
  102. |-- tty # register_chrdev_region(MKDEV(TTYAUX_MAJOR, 0), 1, "/dev/tty")
  103. |-- tty0 # register_chrdev_region(MKDEV(TTY_MAJOR, 0), 1, "/dev/vc/0")
  104. |-- tty1 # tty_register_device(driver, i, NULL);
  105. |-- tty10
  106. |-- tty11
  107. |-- tty12
  108. |-- tty13
  109. |-- tty14
  110. |-- tty15
  111. |-- tty16
  112. |-- tty17
  113. |-- tty18
  114. |-- tty19
  115. |-- tty2
  116. |-- tty20
  117. |-- tty21
  118. |-- tty22
  119. |-- tty23
  120. |-- tty24
  121. |-- tty25
  122. |-- tty26
  123. |-- tty27
  124. |-- tty28
  125. |-- tty29
  126. |-- tty3
  127. |-- tty30
  128. |-- tty31
  129. |-- tty32
  130. |-- tty33
  131. |-- tty34
  132. |-- tty35
  133. |-- tty36
  134. |-- tty37
  135. |-- tty38
  136. |-- tty39
  137. |-- tty4
  138. |-- tty40
  139. |-- tty41
  140. |-- tty42
  141. |-- tty43
  142. |-- tty44
  143. |-- tty45
  144. |-- tty46
  145. |-- tty47
  146. |-- tty48
  147. |-- tty49
  148. |-- tty5
  149. |-- tty50
  150. |-- tty51
  151. |-- tty52
  152. |-- tty53
  153. |-- tty54
  154. |-- tty55
  155. |-- tty56
  156. |-- tty57
  157. |-- tty58
  158. |-- tty59
  159. |-- tty6
  160. |-- tty60
  161. |-- tty61
  162. |-- tty62
  163. |-- tty63
  164. |-- tty7
  165. |-- tty8
  166. |-- tty9
  167. |-- ttyS0
  168. |-- ttyS1
  169. |-- ttyS2
  170. |-- ttyS3
  171. |-- urandom
  172. |-- vboxguest
  173. |-- vboxuser
  174. |-- vcs # register_chrdev(VCS_MAJOR, "vcs", &vcs_fops)
  175. |-- vcs2
  176. |-- vcs3
  177. |-- vcs4
  178. |-- vcs5
  179. |-- vcs6
  180. |-- vcsa
  181. |-- vcsa2
  182. |-- vcsa3
  183. |-- vcsa4
  184. |-- vcsa5
  185. |-- vcsa6
  186. `-- zero
  187.  
  188. 12 directories, 172 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement