About 312,000 results
Open links in new tab
  1. 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 …

  2. 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/

  3. Stat disk drives wihout lsblk? - Unix & Linux Stack Exchange

    I have a minimalist busybox system that I was recently trying to use, and I found a small problem: it has no lsblk command. Is there another command to list disks, partitions, and sizes like lsblk?...

  4. 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 …

  5. 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.

  6. How do i get rid of LaunchUtils/busybox64.exe? : r/Terraria - Reddit

    Apr 7, 2023 · 1.3M subscribers in the Terraria community. Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game. The world is your…

  7. busybox - Why is there no /var/log/kern.log? - Unix & Linux Stack …

    The busybox syslogd command did allow to set stdout, passing '-' (minus) as destination file. I am at least seeing something now. How much is swallowed in some unflushed buffer when it …

  8. 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 …

  9. busybox - tftp - Error code 1: File not found - Unix & Linux Stack …

    Mar 7, 2019 · I need the correct syntax of tftp to get and put file. My ultimate goal is using busybox tftp (this should be second question), but it failed even trying to test with local Ubuntu tftp …

  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 …