5 ms·
Thank you for your review. I have updated the script to mention running as the user with sudo. Some people use the root user for administration.
by uws 2y ago
Thank you for your review. I have updated the script to mention running as the user with sudo.
Some people use the root user for administration.
- not_your_vase 2y agoshred_and_fill "$HOME/.local/share/Trash" shred_and_fill "/root/.local/share/Trash" If I, as a sysadmin give root rights to my user, and that user deletes my (real root) files, even from the Trash or anywhere else, then the next step includes such a level of violence that's not compatible with any kind of Code of Conduct.
- uws 2y agoIf you give a user wheel/sudo/root privileges, then they will be able to delete the root user's files regardless of using this script. I will consider removing this line and thus the required superuser privileges in the next release.