Files
docker.softwareshinobi.com/docs/Linux-Commands/Terminal-Experience/061-the-exit-command.md

10 lines
215 B
Markdown
Raw Normal View History

2025-06-04 11:50:30 -04:00
# 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.*