In Android adb shell, I'm unable to cat
a file in a subdirectory of /data/user/0
. The error I get is Permission denied
.
The ls
command on /data/user/0
also returns Permission denied
.
Is there any way around this, so I can see the content of the file?