Hi dude,
First .. check the mini-docs that come with
your linux distribution ....
but what you want to do is fire off a background
process .... something like ...
&command
.... additionally, you can create an entry for it
in the crontabs table to fire automatically at any
time ...
regards
Xun_Dog
==========================================================
At 06:25 AM 6/4/01 -0300, you wrote:
>Which linux command i use to run a perl script that will stay running in my
>server even when i logout via telnet?
>Thanks