Skip to content

Conversation

john-peterson
Copy link

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

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. remember it is running
on a BATTERY it doesn't come with a nuclear power plant in the basic
configuration

screen -D -m tmux -D &
tmux new -D
pstree -l should now have nothing under init
Copy link

@dominikh dominikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't work on NixOS:

$ stat /bin/env
stat: cannot statx '/bin/env': No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants