Ps: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2024

  • curprev 14:2214:22, 11 September 2024Ardika Sulistija talk contribs 2,125 bytes +2,125 Created page with "<b>ps</b> - report a snapshot of the current processes. ====How to read PS (Basics)==== ---- Example: $ ps PID TTY TIME CMD 8741 pts/0 00:00:00 bash 8863 pts/0 00:00:00 ps * PID = Process ID * pts = Psuedo Terminal Session Show all processes running on the system: $ ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 May10 ? 00:00:25 /usr/lib/systemd/systemd --switched-root --system --deserialize 22 root..."