<div dir="ltr">If I run<div><br></div><div>rm -f /var/lib/tor/keys/* 2>&1 >> /home/[me]/reboot.txt</div><div><br></div><div>it  doesn't error (as long as I run it with sudo) but it also doesn't do anything, checking <i>keys </i>shows it still contains files.</div><div><br></div><div>I read the RAM disk tutorial that is linked on the Tor Relay Security page, what I don't understand is how the keys are created and stored solely in RAM. When launching tor for the first time (say "sudo apt-get purge Tor" then "sudo apt-get install Tor") the <i>keys</i> folder does not exist. Would I just mount the whole /var/lib/tor folder in RAM instead or is there a better way to do it?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 22, 2015 at 6:06 AM, Toralf Förster <span dir="ltr"><<a href="mailto:toralf.foerster@gmx.de" target="_blank">toralf.foerster@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 04/22/2015 06:29 AM, CJ Barlow wrote:<br>
> @reboot rm -f /var/lib/tor/keys/* && echo "keys gone!" ><br>
> /home/[me]/reboot.txt 2>&1<br>
<br>
What's about<br>
<br>
rm -f /var/lib/tor/keys/* 2>&1 >> /home/[me]/reboot.txt<br>
<br>
to see the error msg ?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Toralf<br>
pgp key: 7B1A 07F4 EC82 0F90 D4C2  8936 872A E508 0076 E94E<br>
--<br>
"; the past is all dirty and cruel in the modern popular imagination, with the exception of the Romans, who are just cruel"<br>
Ian Mortimer, 2008, "The Time Traveller's Guide to Medieval England"<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</div></div></blockquote></div><br></div>