LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Security Risk (https://www.linuxquestions.org/questions/linux-security-4/security-risk-358574/)

computerdude 08-30-2005 02:20 PM

Security Risk
 
I am new to ubuntu and just installed Firestarter and I have to login in to root before I can run it, i created a launcher with the command "sudu firestarter" in the terminal and i have to leave the terminal open if i want firestarter to keep runnin. I was wondering since the terminal is in root and is still running, if it was a security risk and if so, how do i fix it?? Any suggestions are appreciated!

sundialsvcs 08-30-2005 02:24 PM

Usually a program like that is defined as a service, or daemon. (On my system, startup-scripts for these are found in /etc/init.d and you can look to these as examples.)

In any case, daemon processes stay logged-on all the time. You can also launch command-line programs into the background by ending the command-line with '&' and you can also look at the command nohup. No matter how you do it, you don't have to keep a console-session running just to keep the process running.

computerdude 08-30-2005 02:32 PM

Thanx
 
Thanks alot, I just added the & in the launcher and have no problems, Thanx alot.

jtshaw 08-31-2005 02:25 PM

Moved: This thread is more suitable in Linux - Security and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 04:21 AM.