Usually whenever I remove directories, "rm -rf " works. But sometimes I get this response:
"rm: examine files in directory / (yes/no)?"
Then I try "\rm -rf ", and that works. Can anyone explain why?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Someone, either your system administrator or your linux distribution (you didn't specify what form of unix you are using) has aliased
You can see the actual binding of any command with the
To execute the real rm, type | ||||
|
feedback
|
|
Most of the new linux distro are making safy aliases usually the You can remove that alias if you don't need it by doing Good luck | |||
|
feedback
|