From b4dea673c787e821756f3b99d828b004418a2187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B3=A5?= <18601254750@163.com> Date: Tue, 21 Jun 2016 06:28:25 +0800 Subject: [PATCH] id: add page (#847) --- pages/common/id.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/id.md diff --git a/pages/common/id.md b/pages/common/id.md new file mode 100644 index 000000000..2aa5331ba --- /dev/null +++ b/pages/common/id.md @@ -0,0 +1,11 @@ +# id + +> Display current user and group identity. + +- Display the current user identity as a number: + +`id -u` + +- Display the current group identity as a number: + +`id -g`