• ipkpjersi
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    So I just realized, I have safe-rm, so I am safe, right?

    which rm
    /usr/share/safe-rm/bin/rm
    

    Wrong! Often times, you run rm with sudo, so check this out:

    sudo which rm
    /usr/bin/rm
    

    Wow, that would be bad thinking I have safe-rm but I actually don’t!