Con este comando podemos ver un arbol de los procesos.
#pstree
init─┬─NetworkManager
├─acpid
├─akregator─┬─nspluginviewer───npviewer.bin
│ └─3*[{akregator}]
├─apache2───10*[apache2]
├─artsd
├─atd
├─avahi-daemon───avahi-daemon
├─bonobo-activati───{bonobo-activati}
├─console-kit-dae───63*[{console-kit-dae}]
├─cron
├─cupsd───2*[{cupsd}]
Nos queda un arbol bastante curioso. Podemos añadirle los argumentos alp. Nos pone el nombre largo de los procesos, el pid y lo argumentos de esos procesos.
#pstree -alp
init,1
├─NetworkManager,6641
├─acpid,14125 -c /etc/acpi/events -s /var/run/acpid.socket
├─akregator,28674 –icon=akregator -caption Akregator
│ ├─nspluginviewer,28687 -dbusservice org.kde.nspluginviewer-28674
│ │ └─npviewer.bin,28700 –plugin /usr/lib/flashplugin-nonfree/libflashplayer.so –connection/org/wrapper/NSPlugins/libflashplayer.s
│ └─{akregator},28686
├─apache2,22721 -k start
│ ├─apache2,993 -k start
│ ├─apache2,994 -k start
│ ├─apache2,1687 -k start
│ ├─apache2,5697 -k start
│ ├─apache2,17580 -k start
│ ├─apache2,17581 -k start
│ ├─apache2,22726 -k start
│ ├─apache2,22727 -k start
│ ├─apache2,22730 -k start
│ └─apache2,23933 -k start
├─artsd,16323 -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f
├─atd,6792
├─avahi-daemon,6038
│ └─avahi-daemon,6039
├─bonobo-activati,18909 –ac-activate –ior-output-fd=17
│ └─{bonobo-activati},18910
Deja un Comentario
Debes de estar logueado para comentar.