@Alsan Here's what I type in the terminal (please do not type the leading `$ `, it's my shell `PS1` prompt) : ```bash $ [ "$HOME" = "/" ] && export busyBoxPATH=/sdcard/Android/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 ``` _Originally posted by @sebma in https://github.com/EXALAB/Busybox-Installer-No-Root/issues/2#issuecomment-564621027_