Announcement

Collapse
No announcement yet.

How to run Linux cmd mode in background?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to run Linux cmd mode in background?

    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?

  • #2
    From the 3.1 build 1002 you can use the "-B" command line parameter to run the command line version in the background.

    This disables all user input so be aware that a time or cycle limit should be set before running in background mode.

    Comment


    • #3
      It works. Thank you!

      Comment

      Working...
      X