Skip to content

Intro to Shell

raisercostin edited this page Jul 29, 2017 · 4 revisions

References

  • busybox.net - BusyBox combines tiny versions of many common UNIX utilities into a single small executable.
    • https://busybox.net/about.html
    • interesting analysis about toybox - a http://landley.net/talks/celf-2013.txt
    • https://en.wikipedia.org/wiki/Toybox

      Toybox is licensed using the permissive BSD license, where BusyBox uses the copyleft GNU General Public License, which lead to different usage domains. Busybox is mostly used in the copyleft FOSS domain, while Toybox is used mostly with permissive licensed projects and by commercial companies, e.g. Google's Android[8] which is an explicit target of toybox[9]. Feature-wise Toybox has not reached parity with Busybox, Toybox offers currently only a subset of the Busybox functionality.

Clone this wiki locally