Files
linux.softwareshinobi.com/landing/docs/Commands/core/exit.md

10 lines
215 B
Markdown
Raw Normal View History

2025-03-14 15:46:26 -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.*