From 4afea4ad1a7ef22eb147b5349c84534af8e23728 Mon Sep 17 00:00:00 2001 From: zlbabe <31076777+zlbabe@users.noreply.github.com> Date: Mon, 15 Jan 2018 21:51:45 +0000 Subject: [PATCH] Update ps.md --- pages/common/ps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ps.md b/pages/common/ps.md index d91205180..c5949a620 100644 --- a/pages/common/ps.md +++ b/pages/common/ps.md @@ -22,6 +22,6 @@ `ps --user $(id -u) f` -- Get the parent pid of a process +- Get the parent pid of a process: `ps -o ppid= -p {{pid}}`