Which variable defines the directories in which a Bash shell searches for executable commands?
When given the following command line.
echo "foo bar" | tee bar | cat
Which of the following output is created?
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)