From 351145a3accddf47a4eb7848d311f62d15f6d0ae Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 7 Jan 2016 19:47:16 -0800 Subject: [PATCH] Add 'su -'. Apparently su -l is Linux/BSD only (no solaris) while su - is universal. --- pages/common/su.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/su.md b/pages/common/su.md index 885ab59c8..e93186405 100644 --- a/pages/common/su.md +++ b/pages/common/su.md @@ -9,3 +9,7 @@ - Switch to superuser (admin password required): `su` + +- Switch to user {{username}} and simulate a full login shell + +`su - {{username}}`