From f52ce5a71c9289ac2932a08fa1a99e8d5fc9f795 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 4 Aug 2010 04:06:27 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=20psa/psm/psr=20?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 114350e..5c83f03 100644 --- a/.bashrc +++ b/.bashrc @@ -15,6 +15,9 @@ alias m="more" alias md="mkdir" alias more="most" alias psa="ps awx" +alias psm="ps -U $USER" +alias psr="psu root" +alias psu="ps -U" alias s="screen" alias ssh="ssh -4 -C -e none" alias t="telnet"