-
BrianaCamp Very early in my career, I once did
rm -rf tmp /instead ofrm -rf tmp/… on a client’s server… the Friday before a Monday launch. That lesson has haunted me for almost 20 years. (tmp /instead oftmp/is recursively “remove tmp and then /“ which deleted everything.) 😴