张峥 преди 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`