Replies: 2 comments 2 replies
-
|
Are you rooted? Are you currently root? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Termux's "root" directory is The android's root directory is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I go to the root directory in Termux / and then type the command ls. I got the following permission error
ls: cannot open directory '.' : Permission DeniedBut inside this root directory, i'm able to access other directories like
/sdcardand listing all the files. Is this because my phone is not rooted?I have tried this:
chmod 755. (when I'm inside the dir)chmod 755 /This will trigger the following error:
chmod: changing permission of '.': Read-only file systemI'm expecting to go to $ROOT and do ls, it will give me list of current folders but I got nothing but error. Accessing the sdcard that is located in root like this is working fine:
ls $ROOT/sdcardBeta Was this translation helpful? Give feedback.
All reactions