[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does "sudo rm -rf /bin" execute without any warning?
From: |
Paul Eggert |
Subject: |
Re: Does "sudo rm -rf /bin" execute without any warning? |
Date: |
Thu, 05 Oct 2006 08:59:28 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Li Xiaoyang <address@hidden> writes:
> What about when "sudo rm -rf /bin", it gives a conformation or asks
> the user to input something,
Standard "rm -rf" is pretty much cast in stone; we can't change its
behavior. However, you should be able to easily modify sudo to give
you an environment where your rm does as you like.