Jelajahi Sumber

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

Marco Bonelli 6 tahun lalu
induk
melakukan
e921d0e6b6
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      pages/common/su.md

+ 4 - 4
pages/common/su.md

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