From 9ec1c1f4a5ad7bbb3348ef864fad857e4a8f4927 Mon Sep 17 00:00:00 2001 From: Frank Dietrich Date: Fri, 24 Nov 2017 13:04:02 +0100 Subject: [PATCH] user short option for `id` command --- pages/common/ps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ps.md b/pages/common/ps.md index a31d04facc..f6c5e4f7c6 100644 --- a/pages/common/ps.md +++ b/pages/common/ps.md @@ -16,8 +16,8 @@ - List all processes of the current user in extra full format: -`ps --user $(id --user) -F` +`ps --user $(id -u) -F` - List all processes of the current user as a tree: -`ps --user $(id --user) f` +`ps --user $(id -u) f`