Tuesday, March 22, 2022

การ run คำสั่ง terminal ใน background mod

 การ run คำสั่ง terminal ใน background mode ให้ใส่ > /dev/null & ท้ายคำสั่ง เช่น

python test.py > /dev/null &

No comments:

Post a Comment