1

One can list all directories on /mnt using:

adb shell ls /mnt

How can one list all files which are larger than 100M in the directory /mnt?

 adb shell find -size +10M ;
 sudo adb shell find -size +10M ;

Both the above command encounter permission issue such as

find: ./dev/socket/property_service: Permission denied
find: No ./dev/pts: Permission denied
showkey
  • 141
  • 5

0 Answers0