logout: add page (#15240)

This commit is contained in:
Managor
2024-12-26 09:16:38 +02:00
committed by GitHub
parent f88799dc85
commit b8145b82ec

12
pages/common/logout.md Normal file
View File

@@ -0,0 +1,12 @@
# logout
> Exit a login shell.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-logout>.
- Exit a login shell:
`logout`
- Exit a login shell and specify a return value:
`logout {{N}}`