Download List

Projeto Descrição

safe-rm is intended to prevent the accidental deletion of important files by replacing /bin/rm with a wrapper that checks the given arguments against a configurable blacklist of files and directories that should never be removed. Users who attempt to delete one of these protected files or directories will not be able to do so and will be shown a warning message instead. Protected paths can be set both at the site and user levels.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-23 03:13 Back to release list
0.6

Esta versão corrige um bug que fazia com links simbólicos para os arquivos protegidos para ser undeletable. Portanto, se você criar um link simbólico para / usr / lib, você vai ser capaz de eliminá-lo sem ter que usar o rm real explicitamente. Outra melhoria menores incluídas nesta versão é a mudança na mensagem exibida por rm-seguro quando um arquivo protegido é pulado. A nova mensagem deve agora tornar explícito quem é a culpa quando um arquivo não está sendo excluído.
Tags: Stable, Bugfixes
This release fixes a bug that caused symbolic links to protected files to be undeletable. Therefore, if you create a symlink to /usr/lib, you will now be able to delete it without having to use the real rm explicitly. Another minor enhancement included in this release is the change in the message displayed by safe-rm when a protected file is skipped. The new message should now make it explicit who is to blame when a file isn't being deleted.

Project Resources