<div dir="auto">That's still too dangerous.  What I do is first chown the folder to nobody user.  Then sudo to nobody.<div dir="auto">Then I type out the full path to the folder, and use the arrow keys to move to the beginning of the line.  Then I finally type rm - rf and hit enter</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 20, 2018, 12:16 PM Matthew Crews <<a href="mailto:mailinglists@mattcrews.com">mailinglists@mattcrews.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 8/20/18 8:26 AM, Carruth, Rusty wrote:<br>
> Or, simply, rm -rf DIR, assuming you want to remove ‘DIR as well as<br>
> anything in it (as I thought he said).<br>
<br>
I always make it a point to include ./ so that I don't accidentally<br>
delete something on root (even though rm -rf is supposed to prevent that.<br>
<br>
$ rm -rf ./DIR<br>
<br>
Including ./ in your path basically tells your system to use your<br>
current working directory<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank" rel="noreferrer">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>