I would like to run burnintest cmd mode in background. I run the command as below:
root@localhost:/root/burnintest/64bit> ./bit_cmd_line_x64 &
I the jobs and it shows:
[1]+ Stopped ./bit_cmd_line_x64
After calling it back, it can work normally. How to run burnintest in background?
root@localhost:/root/burnintest/64bit> ./bit_cmd_line_x64 &
I the jobs and it shows:
[1]+ Stopped ./bit_cmd_line_x64
After calling it back, it can work normally. How to run burnintest in background?
Comment