-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 09.03.2010 02:16, schrieb Spiro Harvey:
On Mon, 8 Mar 2010 21:28:44 +0100 Uwe Kiewel ml@kiewel-online.ch wrote:
that almost sounds like sudo, not su. is it aliased or something?
I don't think so: [root@halifax ~]# file /bin/su
You've confirmed it's not symlinked, but is it aliased?
Type "alias" and see the result.
[root@halifax ~]# alias alias cp='cp -i' alias l.='ls -d .* --color=tty' alias ll='ls -l --color=tty' alias ls='ls --color=tty' alias mv='mv -i' alias rm='rm -i' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot - --show-tilde'