Browse Source

Create su.md

Dylan Rees 9 years ago
parent
commit
f3c40e2fe0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      pages/common/su.md

+ 11 - 0
pages/common/su.md

@@ -0,0 +1,11 @@
+# su
+
+> switch shell to another user
+
+- Switch to user {{username}} (password required):
+
+`su {{username}}`
+
+- Switch to superuser (admin password required):
+
+`su`