mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
loginctl: add user logout example (#15036)
* Update loginctl.md * Update pages/linux/loginctl.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
005dceadc0
commit
b490b82683
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Execute a `loginctl` operation on a remote host:
|
||||
|
||||
`loginctl list-users -H {{hostname}}`
|
||||
|
||||
- Log a user out on all of their sessions:
|
||||
|
||||
`loginctl terminate-user {{username}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue