"sold silva.lt" wrote:
 

How can i run a program from telnet and when i logoff it keeps running??

run it with a trailing "&".
Eg. netscape &
 
How can i see if the program is still runing?
ps -eaf|grep "program name"
 
How can i see what is the program is doing at any time from telnel or local?
ps again shows whether it's running or not.

Cheers,
Vineeta

Reply via email to