Pstree: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "Display a tree of processes. <code> systemd─┬─2*[agetty] ├─apache2───6*[apache2] ├─cron ├─dbus-daemon ├─mariadbd───7*[{mariadbd}] ├─php-fpm8.2───2*[php-fpm8.2] ├─qemu-ga───{qemu-ga} ├─rsyslogd───3*[{rsyslogd}] ├─sshd───sshd───sshd───bash───su───bash───pstree ├─systemd───(sd-pam)..."
 
Qais (talk | contribs)
Replaced content with "Display a tree of processes. Category:Commands"
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Display a tree of processes.
Display a tree of processes.
<code>
systemd─┬─2*[agetty]
        ├─apache2───6*[apache2]
        ├─cron
        ├─dbus-daemon
        ├─mariadbd───7*[{mariadbd}]
        ├─php-fpm8.2───2*[php-fpm8.2]
        ├─qemu-ga───{qemu-ga}
        ├─rsyslogd───3*[{rsyslogd}]
        ├─sshd───sshd───sshd───bash───su───bash───pstree
        ├─systemd───(sd-pam)
        ├─systemd-journal
        ├─systemd-logind
        ├─systemd-timesyn───{systemd-timesyn}
        └─systemd-udevd


</code>
 
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 15:45, 4 June 2024

Display a tree of processes.