praveenzx
2008-10-02 06:53:45 UTC
i tried to run a command(background process), ie like `perl command
2>&1 > /dev/null &` ,
command will execute perl script and will run some Linux command like
lvcreate , dd_rescue and lvremove and some file write operations,
i thought that the command will run in background .
and so that i can load my browser with the message that its under
progress ,
but its not happening , my browser loads partially and waiting for the
process to get completed.
i don't want my browser to wait for that process to get completed ..
can any one advice me to solve this problem ,
2>&1 > /dev/null &` ,
command will execute perl script and will run some Linux command like
lvcreate , dd_rescue and lvremove and some file write operations,
i thought that the command will run in background .
and so that i can load my browser with the message that its under
progress ,
but its not happening , my browser loads partially and waiting for the
process to get completed.
i don't want my browser to wait for that process to get completed ..
can any one advice me to solve this problem ,