Skip to content

Instantly share code, notes, and snippets.

@lxnk
Created February 27, 2025 10:39
Show Gist options
  • Save lxnk/b4d87618eb78960c04311183183bf67d to your computer and use it in GitHub Desktop.
Save lxnk/b4d87618eb78960c04311183183bf67d to your computer and use it in GitHub Desktop.
How to get maximum information about user
import os, pwd
pwd.getpwuid(os.getuid())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment