diff --git a/pages/common/su.md b/pages/common/su.md index 65f167d39c..0eb0258b3c 100644 --- a/pages/common/su.md +++ b/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}}`