adb push ~/android-sdk-linux/ndk-bundle/prebuilt/android-<arch>/gdbserver/gdbserver /data/local/tmp
adb shell "chmod 777 /data/local/tmp/gdbserver"
adb shell "ls -l /data/local/tmp/gdbserver"
adb forward tcp:1337 tcp:1337
adb push ~/android-sdk-linux/ndk-bundle/prebuilt/android-<arch>/gdbserver/gdbserver /data/local/tmp
adb shell "chmod 777 /data/local/tmp/gdbserver"
adb shell "ls -l /data/local/tmp/gdbserver"
adb forward tcp:1337 tcp:1337
01000011x10001000x000100000100x010000010010 ShellScript https://www.shellscript.sh/
Acl http://www.gsp.com/cgi-bin/mdroid.cgi?topic=extattrctl http://www.onlamp.com/pub/a/bsd/2003/08/14/freebsd_acls.html https://linux.die.net/man/1/setfacl https://www.bing.com/search?q=ACLs+with+Samba+andWindows&src=IE-TopResult&FORM=IETR02&conversationid= https://en.wikipedia.org/wiki/Chmod
#!/bin/bash | |
#Steps to run this script | |
# $ sudo -s | |
# $ touch script.sh | |
## copy paste this file to script.sh | |
# $ chmod +x script.sh | |
# $ ./script.sh 2>&1 | tee scriptoutput |