Files
linux.softwareshinobi.com/landing/docs/Linux-Commands/Terminal-Experience/061-the-exit-command.md
2025-03-14 15:46:26 -04:00

215 B
Executable File

The exit command

The exit command is used to terminate (close) an active shell session

Syntax:

exit

Shortcut: Instead of typing exit, press ctrl + D, it will do the same Functionality.