张峥 hace 8 años
padre
commit
b4dea673c7
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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`