About 84 results
Open links in new tab
  1. What is BusyBox? - Unix & Linux Stack Exchange

    Mar 13, 2022 · BusyBox is a single executable optimized for minimal size that is a shell with small but functional versions of most of the critical system commands built into it. The intent is to provide as …

  2. What is busybox and what is it used for in the Linux boot ... - Reddit

    Oct 24, 2013 · BusyBox is an implementation of a typical set of UNIX userland tools (including a shell, ash, and a text editor, vi), as well as a complete bootstrapping toolchain (init etc.), all compiled into a …

  3. [HELP] Where to download 'busybox for android NDK' zip file - Reddit

    Jan 7, 2024 · Unofficial subreddit for Magisk - The Universal Systemless Interface for Android!

  4. One-way synchronize with cp and busybox - Unix & Linux Stack …

    Nov 24, 2022 · I need to one-way synchronize local folders using only cp and/or other tools available in the BusyBox 1.35 which has no rsync. I was hoping for something like: cp -auv /source/ /target, but it …

  5. Create and control start up scripts in BusyBox

    I have compiled a custom linux kernel in BusyBox. BusyBox init does not support runlevels. When the kernel boots up in BusyBox, it first executes init which looks for the specified runlevel in /etc/

  6. What are the Busybox od command options? - Unix & Linux Stack …

    Dec 13, 2024 · Busybox The Busybox documentation explains only this: od [-aBbcDdeFfHhIiLlOovXx] [-t TYPE] [FILE] Write an unambiguous representation, octal bytes by default, of FILE to standard …

  7. CrashLoopBackOff status using busybox images : r/kubernetes - Reddit

    Nov 6, 2020 · The busybox image by default starts a shell. The issue is that the shell expects to have a tty allocated, and by default Kubernetes, through the container runtime, doesn't allocate one to …

  8. Package manager for Busybox - Unix & Linux Stack Exchange

    Jul 12, 2020 · 26 Is there a package manager for busybox devices? After all, Busybox utilities are quite restricted. I suppose one would have to compile it for specific device. Suppose that you have a …

  9. What is the difference between Busybox/Linux and GNU/Linux ... - Reddit

    Apr 25, 2020 · Busybox is a single executable, cleverly designed to re-use as much as possible internally and simulate independent applications by way of symlinks. They don't have very much in …

  10. busybox - ps: invalid option -- 'p' - Unix & Linux Stack Exchange

    May 6, 2024 · What happens here is that your client (so, the SSH extension?) seems to be calling ps -p. However, the ps in your image doesn't have that flag. An easy solution would be to actually add a …