Skip to content

Instantly share code, notes, and snippets.

@jpralves
Created November 28, 2025 15:21
Show Gist options
  • Select an option

  • Save jpralves/4d3f56655aabb82c25fb677d1faf0e2c to your computer and use it in GitHub Desktop.

Select an option

Save jpralves/4d3f56655aabb82c25fb677d1faf0e2c to your computer and use it in GitHub Desktop.
get Session type in linux
loginctl show-session $(loginctl list-sessions -j | jq -r '.[] | select(.class=="user") | .session') -p Type | sed 's/.*=\(.*\)/\1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment