loginctl Command Examples

Manage the systemd login manager. More information: https://www.freedesktop.org/software/systemd/man/loginctl.html.

loginctl list-sessions

loginctl show-session {{session_id}} {{[-a|--all]}}

loginctl show-user {{username}}

loginctl show-user {{username}} {{[-p|--property]}} {{property_name}}

loginctl list-users {{[-H|--host]}} {{hostname}}

loginctl terminate-user {{username}}

loginctl {{[-h|--help]}}