View Single Post

  #3 (permalink)  
Old 05-10-2008
Aragorn
 
Posts: n/a
Default Re: Gentoo - Replacing base files with custom built alternatives

Mark Hobley wrote:

> I am using Gentoo. I would like to replace some of my core files with
> custom built alternatives. For example, I would like to replace
> /bin/echo, /bin/ls, and lots of other base binaries. [...]


Just for the record, */bin/echo,* */bin/ls* and siblings are normally never
used if you're running GNU Bash as your command shell, because Bash has
those commands built-in.

These commands only exist as independent binaries for when you're running a
shell that doesn't have those commands built-in, like the very
minimal /ash/ shell, once popular on small-memory systems.

Just a FYI... ;-)

--
*Aragorn*
(registered GNU/Linux user #223157)
Reply With Quote