Quote:
Originally Posted by ZeroNull
In the terminal on the tablet type the following command:
Code:
ls -lR /system/sbin
ls -l /system/xbin/busybox /system/xbin/mount /system/bin/mount /system/bin/su
and show results.
|
root@android:/data/local # ls -lR /system/sbin
/system/sbin:
drwxr-xr-x root root 2012-05-05 18:43 bb
-rwxr-xr-x root root 1051 2012-07-02 09:57 mount
/system/sbin/bb:
-rwxr-xr-x root root 777216 2012-07-02 09:57 busybox
root@android:/data/local # ls -l /system/xbin/busybox /system/xbin/mount /system/bin/mount /system/bin/su
-rwxr-xr-x root root 1092 2012-07-02 09:57 busybox
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
lrwxrwxrwx root root 2012-07-02 09:57 mount -> /system/sbin/mount
-rwsr-sr-x root app_78 22364 2012-07-02 09:57 su
root@android:/data/local #
|