diff --git a/pages/common/id.md b/pages/common/id.md new file mode 100644 index 0000000000..2aa5331ba5 --- /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`