You’ve got to be a damn idiot jumping over his own shadow to get that done. How would you even do that? Running
chown -R root.root
``` over directories or mount points? Deleting files in /dev or /run and recreating them using "touch" without looking up ownerships before? I wrote "touch" because anyone proceeding to "mknod" would at least have read *some* man pages. BTW, you'd need su for that rather than sudo.
You’ve got to be a damn idiot jumping over his own shadow to get that done. How would you even do that? Running
chown -R root.root ``` over directories or mount points? Deleting files in /dev or /run and recreating them using "touch" without looking up ownerships before? I wrote "touch" because anyone proceeding to "mknod" would at least have read *some* man pages. BTW, you'd need su for that rather than sudo.fakesudo exists for a reason