also ifconfig kann ich sowohl als normaler benutzer als auch als su ausführen.
also wenn ich
./adb shell
und dann
$ su
# /data/opt/bin/ifconfig eth0 IPADRESSE
dann gibts permission denied
wenn ich
$ isu
# /data/opt/bin/ifconfig eth0 IPADRESSE
dann gehts.
Also hat su wohl nicht ausreichend berechtigungen.
ls -l /data/opt/bin/ifconfig
-rwxrwxrwx shell shell 1745016 2009-02-04 21:59 ifconfig
danke