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