Lines Matching refs:toybox
16 usage: toybox [--long | --help | --version | [command] [arguments...]]
24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done
26 Most toybox commands also understand the following arguments:
29 --version Show toybox version (only)
44 Support for the Set User ID bit, to install toybox suid root and drop
49 chown root:root toybox; chmod +s toybox
110 as "help command". --version shows toybox version.
123 (free memory, close files, etc). To save size, toybox usually relies
124 on this behavior. If you're running toybox under a debugger or
125 without a real OS (ala newlib+libgloss), enable this to make toybox
132 When one toybox command calls another, usually it just calls the new
136 This disables that optimization, so toybox will run external commands
138 toybox symlinks to be installed in the $PATH, or re-invoking the
139 "toybox" multiplexer command by name.