<div dir="ltr"><div dir="ltr"><div>  I have .bcast5 is in<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
/root/: Can I delete this .bcast5? How do I it?<br></blockquote><div> </div>To delete the root .bcast5 directory and its contents (assuming it is the same in Arch which it should be). You always have to be <b>extremely cautious</b> when doing this.  The "-ri" is recursive and it prompts you for each file to reply with "y" or "n".  If you do minimum cinelerra work while logged in as root, there should not be that many files.  If you are absolutely sure you will never make a mistake (and who is?) you can use "-rf" instead which forces the delete without prompting.<br></div><div><br></div><div>cd /root</div><div>rm -ri .bcast5<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

</blockquote></div></div>