3308后台运行ffmpeg

./ffmpeg -i rtsp://admin:admin@192.168.86.30:554/0 -vcodec copy -acodec copy -
f avi -t 60 /tmp/output.avi 这条命令为什么不能在后台运行,即不能加&?