change usr/bin -> bin for android #45
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this works in android terminals and should work elsewhere also. the
standard clearly states NON essential apps in /usr/bin and essential
apps in /bin. /bin is more important and android respect that.
https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
I am not even mad it's just amazing you don't even know what a phone is
good luck with that . you have failed to understand they don't have a
usr/bin folder. you figured out how to hold it to your ear and speak ? but not how to open the terminal long enough to notice there is no /usr folder . that is amazing. good luck with your life and everything else
if it's because it is giving you problems try not running anything
important under init pid 1. use other commands to keep it away from init
android is purging zombies under init regularly
screen -D -m tmux -D &
tmux new -D
pstree -l should now have nothing under init