Top "Busybox" questions

BusyBox is a single executable implementation of the common UNIX utilities that has been optimized for minimal size.

Execute mongodb binaries on alpine linux

I'm trying to run the binary mongodb in Alpine 64bit Linux for a docker container. But when running the command: ./…

mongodb docker containers busybox
busybox start init script after bootup

i am running an embedded linux device with busybox. after boot i want to start the ppp connection and do …

embedded-linux init busybox pppd runlevel
killing the background process in a shell script

I have a script that starts background processes. #!/bin/sh ./process1.sh & ./process2.sh & I need to kill …

shell process busybox
Busybox sh won't execute the bash script

I have a small script called test.sh which prints the value based on the index given. #!/bin/sh days_…

bash sh busybox dash-shell
How to modify syslog output format in busybox?

How to modify syslog output format in busybox? For example: Jan 1 00:00:42 LSM user.info root: Hello to Jan 1 [IP] LSM …

logging embedded-linux syslog busybox
How to set date/time from unix timestamp under bash

How to set date/time from unix timestamp under bash root@M501 />date Thu Jan 1 00:10:49 UTC 1970 root@M501 />…

bash datetime unix-timestamp busybox
Busybox init does not start /etc/init.d/rcS

I'm trying to build embedded system using buildroot. Everything seems to work. All modules are starting, the system is stable. …

linux busybox buildroot
Turning a bash script into a busybox script

I am working on a device that only has busybox (ash?) and does not support bash. However, I need to …

bash curl embedded busybox ash
command "ip" is not fully supported in busybox?

everybody, I using busybox 1.2.1 as my shell in embedded linux runing on Xilinx Zynq ARM Cortex x2.Any command that …

linux busybox can-bus
How to enable the ps -ux option on busybox?

I have stripped down busy box for my embedded linux.Currently the busy box supports only ps -w option. I …

busybox