From 3fb44660357e1df9fad00e55a09f931921b51811 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 4 Feb 2013 16:09:24 +0200 Subject: [PATCH] bashrc: fix ssu alias to allow becoming other u... ...sers than root. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 9572e8f4..02ca7b4a 100644 --- a/bashrc +++ b/bashrc @@ -407,7 +407,7 @@ alias info="echo 'I don't know anyone who likes and uses info pages, so I aliase alias less="less -R " # "su -" with/without sudo -alias ssu="sudo -i " +alias ssu="sudo su -" alias suu="su -" # systemd runlevels/targets