Skip to content
New issue

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

command not found #2

Closed
Alsan opened this issue Sep 1, 2018 · 6 comments
Closed

command not found #2

Alsan opened this issue Sep 1, 2018 · 6 comments

Comments

@Alsan
Copy link

Alsan commented Sep 1, 2018

I've follow all the instructions to install the busybox, not every command I use is command not found, so, what is the proper way to use it?

@jEstefani
Copy link

Para que sirve la aplicasion ?????

@Alsan
Copy link
Author

Alsan commented Sep 21, 2018

Para que sirve la aplicasion ?????

Sorry, I don't understand the question in your language. I'm just install the application and follow the instructions, but when I try to run some commands, some of them failed, say "command not found".

So, my question is: Is there any futher information can I read on?

Thanks.

@sebma
Copy link

sebma commented Dec 11, 2019

@Alsan Here's what I type in the terminal (please do not type the leading $ , it's my shell PS1 prompt) :

$ [ "$HOME" = "/" ] && HOME=/sdcard
$ [ "$HOME" = "/data" ] && export busyBoxPATH=/data/data/exa.free.bbin/files || export busyBoxPATH=$HOME/Android/data/exa.free.bbin/files
$ ls $busyBoxPATH/busybox
/sdcard/Android/data/exa.free.bbin/files/busybox
$ export PATH=$PATH:$busyBoxPATH
$ busybox --help

@sebma
Copy link

sebma commented Dec 11, 2019

@rimsineman4 Why did you create issue #6 with my comment ?

@Alsan
Copy link
Author

Alsan commented Jan 5, 2020

@Alsan Here's what I type in the terminal (please do not type the leading $ , it's my shell PS1 prompt) :

$ [ "$HOME" = "/" ] && HOME=/sdcard
$ [ "$HOME" = "/data" ] && export busyBoxPATH=/data/data/exa.free.bbin/files || export busyBoxPATH=$HOME/Android/data/exa.free.bbin/files
$ ls $busyBoxPATH/busybox
/sdcard/Android/data/exa.free.bbin/files/busybox
$ export PATH=$PATH:$busyBoxPATH
$ busybox --help

ok, after some investigation, i found that mine is installed at /system/xbin/box. Might be it's due to I'm using Android 10 and v1.80 release of this app.

# /system/xbin is already in my PATH env variable
box --help

@Alsan Alsan closed this as completed Jan 5, 2020
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

No branches or pull requests

4 participants
@Alsan @sebma @jEstefani and others