This is a question about Android adb.

Asked 2 years ago, Updated 2 years ago, 22 views

I want to go into the adb shell and see the size of the files in the smartphone If you use commands such as ls-sk, ls-lh, etc., it says it's an unknown option. Please tell me the solution.)

android

2022-09-21 20:50

2 Answers

The busybox built into Android offers limited commands and options, unlike desktop Linux distribution environments. That's why certain options in ls don't work. If you want to use that option or other command, please take a look at the apps below.


2022-09-21 20:50

Just ls -l.

-rwxrwx--- root     sdcard_r     7754 2016-04-18 23:19 ic_sub_a-bb9de5fe3a055efc70706d9f99e41a2ae333c163c7a7c7f0f4865e1a64f43042.svg

I downloaded a 7754-byte file and ls-l shows it as above.


2022-09-21 20:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.