Hi,

I have a shell script contains (lsof) command defined with userparameter which usually take few minutes to complete on large servers.

Currently I use at to schedule the script in background and read from an output file.

I tried to use normal methods like...