Results 1 to 3 of 3
Hi everybody,
I would like your opinion on this subject:
Say, I want to install a closed-source application. Where is safer to install it?
In my /home/username or in /opt?
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-26-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 47
/home/user or /opt?
Hi everybody,
I would like your opinion on this subject:
Say, I want to install a closed-source application. Where is safer to install it?
In my /home/username or in /opt?
/opt doesnt have its own partition; it is part of / whose options are: defaults
/home has the options nosuid, nodev, noexec. The application will run only if I remove the option noexec.
What is the good strategy in such a case in order to avoid adventures with execution of (maybe) suspicious code?
- 06-27-2007 #2
install it in /home/username folder only.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-27-2007 #3


Reply With Quote

