Browse Source

su: reorder examples, simpler first. (#2732)

Marco Bonelli 6 years ago
parent
commit
e921d0e6b6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/common/su.md

+ 4 - 4
pages/common/su.md

@@ -2,14 +2,14 @@
 
 
 > Switch shell to another user.
 > Switch shell to another user.
 
 
-- Switch to user {{username}} (password required):
-
-`su {{username}}`
-
 - Switch to superuser (admin password required):
 - Switch to superuser (admin password required):
 
 
 `su`
 `su`
 
 
+- Switch to user {{username}} (password required):
+
+`su {{username}}`
+
 - Switch to user {{username}} and simulate a full login shell:
 - Switch to user {{username}} and simulate a full login shell:
 
 
 `su - {{username}}`
 `su - {{username}}`