Skip to content

Instantly share code, notes, and snippets.

@aavrug
Created December 14, 2016 19:22
Show Gist options
  • Save aavrug/c99e2037944e5a69cdb4702fe41ec460 to your computer and use it in GitHub Desktop.
Save aavrug/c99e2037944e5a69cdb4702fe41ec460 to your computer and use it in GitHub Desktop.
def get_username():
return pwd.getpwuid(os.getuid()).pw_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment