I want to run a process with nohup, but I also need to set a priority with nice. What is the correct sequence of commands to launch the process? Note that at any point in the chain, I don't want it to ...
I wanted to run<BR><BR>nohup cpio -it --block-size=64 < /dev/st0 &<BR><BR>But what I find is that nohup.out doesn't list anything on the tape beyond /dev/xda39 (something like that), but the tape is ...