ソースを参照

id: add page (#847)

张峥 8 年 前
コミット
b4dea673c7
1 ファイル変更11 行追加0 行削除
  1. 11 0
      pages/common/id.md

+ 11 - 0
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`