有人可以向我解释一下下面的 cron 作业中“2>&1”的含义是什么吗
0 23 * * * wget -q -O /dev/null "https://example.com/index.php" > /dev/null 2>&1
linux centos cron stderr stdout
centos ×1
cron ×1
linux ×1
stderr ×1
stdout ×1