We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libra:/sdcard/test $ ls -l -rw-rw---- 1 root sdcard_rw 399712 2017-10-14 08:53 run_root_shell libra:/sdcard/test $
libra:/sdcard/test $ chmod +x run_root_shell chmod: chmod 'run_root_shell' to 100771: Operation not permitted
The text was updated successfully, but these errors were encountered:
sdcard is mounted with noexec flag. Try copying to /data/local/tmp and running there.
noexec
/data/local/tmp
Sorry, something went wrong.
有没有一种可能,给777权限就够了呢?
No branches or pull requests
libra:/sdcard/test $ ls -l
-rw-rw---- 1 root sdcard_rw 399712 2017-10-14 08:53 run_root_shell
libra:/sdcard/test $
libra:/sdcard/test $ chmod +x run_root_shell
chmod: chmod 'run_root_shell' to 100771: Operation not permitted
The text was updated successfully, but these errors were encountered: