How to run Linux cmd mode in background?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maxsu
    Junior Member
    • Oct 2012
    • 10

    #1

    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?
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #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

    • maxsu
      Junior Member
      • Oct 2012
      • 10

      #3
      It works. Thank you!

      Comment

      Working...