Quick question today on best practices...
I typically use slackbuilds for most my apps, so things are kept tidy. But I have recently started using the "Tor-Browser Bundle" which is just a self contained program that runs without install from a few files in its own directory.
Currently I have it just running from my home directory "/home/<username>/tor/", but I would like to put it somewhere where it should go. I know /opt is a common location for "optional software" but when i move it there "/opt/tor/" it fails to run due to permission errors it seems on a config file in its directory.
Do I need to make the "/opt/tor" directory owned by my user? or change the permissions on that folder?
I have been reading alot about this today and I know this is prolly a simple question, but I just want to get in the habit of using the best practices from the get go...
Thanks in advance for any help!