Results 1 to 4 of 4
Hey guys!
I have my firewall (Endian) set up for distributed computing with F@H. I access the firewall using Putty. Now I can kick the program off but as soon ...
- 01-02-2007 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Run an application as a background process
Hey guys!
I have my firewall (Endian) set up for distributed computing with F@H. I access the firewall using Putty. Now I can kick the program off but as soon as I close the Putty console, the program stops. Now I remember there being something like an arguement that allows me to run a program as a background process.
If you could help me it would be great!
SteveMCP | Network+
- 01-02-2007 #2
i dont have any exeperience in Putty but you can run any process in background using '&'.
e.g. konqueror &
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-02-2007 #3
Besides using & to put in the bg, if it's a program that's already running, you could hit Ctrl-Z then type bg %1
- 01-03-2007 #4Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Thanks guys!
MCP | Network+


Reply With Quote