When ls -l succeeds, where does it send the resulting file list?
ls -l
Directly into the screen without using any stream
To standard output (stdout)
stdout
To standard input (stdin)
stdin
To standard error (stderr)
stderr