Alpine Shell - BusyBox¶
Die Shell ist standarmäßig /bin/sh bzw. /bin/ash (Teil von BusyBox).
Die Bash lässt sich nachinstallieren, was den Komfort erhöht, aber auch die Speichergrößen deutlich anschwellen lässt.
apk add --update bash bash-completion
BusyBox
Die BusyBox nthält ca. 140 Linux Standardkommandos,
die als Symlinks zu Tool busybox integriert sind.
Siehe: ls /bin /sbin -l
Online Busybox Hilfen: Hilfe zu BusyBox