记录几个常用但是老记不住的命令(保持更新): linux后台运行pycharm nohup python -u test.py > test.log 2>&1 & 权限不足加sudo: nohup sudo python -u test.py > test.log 2>&1 &