摘要:Linux shell命令中的 > 和 & nohup python3 /home/main.py 2>&1 & 1 和 2 在 shell 命令中代表什么? > 符号的意义 > 语法: file_descriptor > file_name 所以2>&1代表将标准错误输出重定向到标准输出中,为什么
阅读全文
posted @ 2022-09-27 20:30
posted @ 2022-09-27 20:30