Actions
Submit #2546
closedAdd an option to rm to prevent recursive rm crossing mount points
Start date:
04/13/2013
Due date:
% Done:
0%
Estimated time:
Description
With null mounts, rm -r in root can be dangerous. GNU rm as an option for that :
--one-file-system
when removing a hierarchy recursively, skip
any directory that is on a file system differ‐
ent from that of the corresponding command
line argument
Here is an easy patch to add a similar option to rm.
Files
Updated by vsrinivas over 11 years ago
Looks good.
The same logic is already present in du, for example, so it's nice to have it be in all of the base utilities.
Actions