i tried to run a command, ie like `perl command 2>&1 > /dev/null &` ,
command will execute a perl script and the script 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 ,