[root@kindle root]#
su -s/mnt/us/bin/sh
[root@kindle root]#
su --version
Quote:
su: unrecognized option `--version'
BusyBox v1.20.2 (2012-09-03 02:06:04 BST) multi-call binary.
|
[root@kindle root]#
exit
[root@kindle root]#
su
[root@kindle root]#
su --version
Quote:
su: unrecognized option `--version'
BusyBox v1.7.2 (2011-09-08 21:57:14 PDT) multi-call binary
|
hmm... so it's the fact that the underlying
sh is being attached I think...
does more thinking..