BusyBox is a package that provides many common UNIX commands as a single executable. It is commonly used in embedded Linux systems to reduce the overall size of the system by replacing multiple individual binaries with a single executable containing multiple apps. Some of the commands included in BusyBox include common utilities like cat, cp, grep, ls, mkdir, more, mv, rm, top and others. BusyBox aims to provide a common set of basic UNIX tools often required on embedded systems.