From f77e49fb2bce08bffb65adfe3cf206807ad41812 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 7 Jul 2024 02:55:01 +1000 Subject: [PATCH] id: edit page (#13229) --- pages/common/id.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/common/id.md b/pages/common/id.md index 96859f471c..9ee22c97a3 100644 --- a/pages/common/id.md +++ b/pages/common/id.md @@ -7,11 +7,19 @@ `id` +- Display the current user identity: + +`id -un` + - Display the current user identity as a number: `id -u` -- Display the current group identity as a number: +- Display the current primary group identity: + +`id -gn` + +- Display the current primary group identity as a number: `id -g`