I have a problem with the nohup command.
When I run my job, I have a lot of data. The output nohup.out becomes too large and my process slows down. How can I run thi
nohup some_command > /dev/null 2>&1&
That's all you need to do!