Advertisement
yithar7153_2

pstree

Jul 10th, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.19 KB | None | 0 0
  1. # pstree -a
  2. runit
  3.   └─runsvdir -P /run/runit/runsvdir/current...
  4.       ├─runsv agetty-tty3
  5.       │   └─agetty tty3 38400 linux
  6.       ├─runsv agetty-tty1
  7.       │   └─login
  8.       │       └─sh
  9.       │           └─kodi-standalone /usr/bin/kodi-standalone
  10.       │               └─kodi /usr/bin/kodi --standalone
  11.       │                   └─kodi.bin --standalone
  12.       │                       ├─2*[{AESink}]
  13.       │                       ├─{ActiveAE}
  14.       │                       ├─{CRBPWorker}
  15.       │                       ├─{DVDPlayerAudio}
  16.       │                       ├─{DVDPlayerVideo}
  17.       │                       ├─{DVDPlayer}
  18.       │                       ├─{EventServer}
  19.       │                       ├─{FDEventMonitor}
  20.       │                       ├─{FileCache}
  21.       │                       ├─{HCEC Notify}
  22.       │                       ├─{HDispmanx Notif}
  23.       │                       ├─{HTV Notify}
  24.       │                       ├─{ILCS_HOST}
  25.       │                       ├─5*[{LanguageInvoker}]
  26.       │                       ├─{PeripBusUSBUdev}
  27.       │                       ├─{TCPServer}
  28.       │                       ├─{Timer}
  29.       │                       ├─{VCHIQ completio}
  30.       │                       ├─11*[{kodi.bin}]
  31.       │                       ├─10*[{libmicrohttpd}]
  32.       │                       ├─{vc.ril.video_de}
  33.       │                       └─{vc.ril.video_re}
  34.       ├─runsv sshd
  35.       │   └─sshd -D
  36.       │       └─sshd
  37.       │           └─sh
  38.       │               └─pstree -a
  39.       ├─runsv agetty-tty6
  40.       │   └─agetty tty6 38400 linux
  41.       ├─runsv openntpd
  42.       │   ├─logger -t openntpd -p daemon notice
  43.       │   └─ntpd -d -s
  44.       ├─runsv agetty-tty5
  45.       │   └─agetty tty5 38400 linux
  46.       ├─runsv udevd
  47.       │   └─udevd
  48.       ├─runsv dhcpcd
  49.       ├─runsv agetty-tty2
  50.       │   └─agetty tty2 38400 linux
  51.       └─runsv agetty-tty4
  52.           └─agetty tty4 38400 linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement