Multiple choice technology what is the command to logout of an UNIX session? bye close ctrl^d shutdown Reveal answer Fill a bubble to check yourself C Correct answer Explanation Ctrl+D (represented as ctrl^d) sends an EOF signal and is the standard Unix way to logout from a session. Commands like 'bye' and 'close' are not valid Unix logout commands, and 'shutdown' requires root privileges.