Multiple choice technology operating systems

To logout from your terminal you

  1. Press Ctrl-Alt -Del

  2. switch off the terminal

  3. type exit

  4. Press Ctrl-u or type logout

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Typing exit is a standard command to terminate a shell session and log out of a terminal in Unix/Linux. Ctrl-Alt-Del typically reboots the system, switching off the terminal is improper, and Ctrl-u merely clears the current command line.