busybox is a multi utility binary which combines tiny versions of many common UNIX utilities (like ps, top, cat etc) into a single small executable. to use busybox just prefix busybox before the cmd.
e.g
busybox vi <file_name>
busybox ps
busybox top
busybox ls -l
busybox cat <file_name>



Reply With Quote