Files
linux.softwareshinobi.com/landing/docs/Linux-Commands/Terminal-Experience/061-the-exit-command.md
Software Shinobi aa880afc23
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-18 09:50:07 -04:00

10 lines
215 B
Markdown

# 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.*