Skip to content

Instantly share code, notes, and snippets.

@edonosotti
Created May 26, 2019 21:11
Show Gist options
  • Save edonosotti/ebc9ae5a58f7b00d2486c3ab311fb32f to your computer and use it in GitHub Desktop.
Save edonosotti/ebc9ae5a58f7b00d2486c3ab311fb32f to your computer and use it in GitHub Desktop.
Dump logins on CentOS
#!/bin/bash
utmpdump /var/log/wtmp* | awk '$4~"root" {print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment