JSINF (Just So's I Never Forget) vol 2
To send a command to the background and ignore all output:

$ command > /dev/null 2>&1 &

|