Multiple choice Redirect the STDERR to a file. 2> >> > Reveal answer Fill a bubble to check yourself A Correct answer Explanation In shell redirection, 2 represents the file descriptor for standard error (STDERR). Using 2> redirects this specific stream to a file.