当 ls -l 成功执行时,它会将生成的文件列表发送到哪里?
ls -l
标准错误(stderr)
stderr
标准输入(stdin)
stdin
标准输出(stdout)
stdout
不使用任何流,直接显示到屏幕上