tail -f nohup.out
  • 1.
nohup python your_script.py > /path/to/your/directory/output.log 2>&1 &
  • 1.