Which of the following would return the process ID of the sleep command?

  1. sleep 1 & echo $!

  2. sleep 1 & echo $?

  3. sleep 1 & echo $#

  4. sleep 1 & echo $$


Correct Option: A

Find more quizzes: