Help for this page

Select Code to Download


  1. or download this
    $ chown root:wheel /bin/rm
    $ chmod 0550 /bin/rm
    ...
    $ chmod 0555 /usr/local/bin/rm.safe
    $ for dir in /home/*; mkdir $dir/.rmTrash 
    > echo alias rm=rm.safe >> $dir/.aliases ; done