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
You can run the below command.
nohup & > 2>&1 &
e.g. I have a nohup command inside script
./Runjob.sh > sparkConcuurent.out 2>&1