Forrest logo
back to context overview

loginctl

List of commands for loginctl:

  • loginctl:ai:3b0ea Locks the current user's session without relying on gnome-screensaver-command
    $ loginctl lock-session
    try on your machine
    explain this command
  • loginctl:tldr:5dd87 loginctl: Print all properties of a specific user.
    $ loginctl show-user ${username}
    try on your machine
    explain this command
  • loginctl:tldr:91e7f loginctl: Print all properties of a specific session.
    $ loginctl show-session ${session_id} --all
    try on your machine
    explain this command
  • loginctl:tldr:950d6 loginctl: Execute a `loginctl` operation on a remote host.
    $ loginctl list-users -H ${hostname}
    try on your machine
    explain this command
  • loginctl:tldr:a5c09 loginctl: Print all current sessions.
    $ loginctl list-sessions
    try on your machine
    explain this command
  • loginctl:tldr:facd6 loginctl: Print a specific property of a user.
    $ loginctl show-user ${username} --property=${property_name}
    try on your machine
    explain this command
back to context overview