Re: bash replacement ...

Marian Marinov <[email protected]> Tue, 13 Jan 2015 10:34:45 +0200
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>
On 12/13/2014 02:49 AM, terry white wrote:
> ... ciao:
>
> : on "12-11-2014" "Gustavo Guillermo" writ:
> : You've to rename the running binary instead of replacing
> : try it..
>  
>     i did, and it worked like a champ. thanks ...
>
>
you can always do:

cp /bin/bash /bin/bash.old
cp -f new/bash /bin/bash

It works :)

Marian