13 June 2012

Run Services on Background Linux

ใช้คำสั่ง ในการ Run background :
nohup Script ที่่ต้องการ RUN > เขียน Output ออกไปที่ไฟล์ใด &2>&1

exsample ::
nohup ./standalone.sh -b 0.0.0.0 >/app/csi/tmp/log.run.jboss.txt &2>&1

No comments:

Post a Comment