40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
---
|
|
obj: application
|
|
---
|
|
|
|
# loginctl
|
|
Send control commands to or query the login manager.
|
|
|
|
Usage: `loginctl [OPTIONS...] COMMAND ...`
|
|
|
|
|
|
```
|
|
Session Commands:
|
|
list-sessions List sessions
|
|
session-status [ID...] Show session status
|
|
show-session [ID...] Show properties of sessions or the manager
|
|
activate [ID] Activate a session
|
|
lock-session [ID...] Screen lock one or more sessions
|
|
unlock-session [ID...] Screen unlock one or more sessions
|
|
lock-sessions Screen lock all current sessions
|
|
unlock-sessions Screen unlock all current sessions
|
|
terminate-session ID... Terminate one or more sessions
|
|
kill-session ID... Send signal to processes of a session
|
|
|
|
User Commands:
|
|
list-users List users
|
|
user-status [USER...] Show user status
|
|
show-user [USER...] Show properties of users or the manager
|
|
enable-linger [USER...] Enable linger state of one or more users
|
|
disable-linger [USER...] Disable linger state of one or more users
|
|
terminate-user USER... Terminate all sessions of one or more users
|
|
kill-user USER... Send signal to processes of a user
|
|
|
|
Seat Commands:
|
|
list-seats List seats
|
|
seat-status [NAME...] Show seat status
|
|
show-seat [NAME...] Show properties of seats or the manager
|
|
attach NAME DEVICE... Attach one or more devices to a seat
|
|
flush-devices Flush all device associations
|
|
terminate-seat NAME... Terminate all sessions on one or more seats
|
|
```
|