Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Apple - How to view all login history in MacOS High Sierra

In Terminal, use the last command.

Also, read the manual page for last, in Terminal: man last


Checked on Mac OS Mojave 10.14.5

sudo log show --style syslog  --last 30m | awk '/Enter/ && /unlockUIBecomesActive/ {print $1 " " $2}'

Tags:

Login

Logs

High Sierra

Related

Apple - Safe to kill spindump? (Older/slower machines) Apple - macOS partition disappered after installing windows 10 using bootcamp Apple - How to remove flashlight from iPhone X lock screen? Apple - How to launch pf at startup? Apple - Connect Apple 30" Cinema Display to new MacBook USB-C Apple - Sync Chrome passwords with Apple iCloud Keychain Apple - If I delete photos/files why aren't they actually deleted? How come they can be recovered? Apple - Wrong (generic) Mac dock application icon Apple - Get rid of "The Wi-Fi network ... could not be joined." message Apple - How to send encrypted email using Mail app? Apple - Month 13 is out of bounds? Apple - CMD + space not working in the first try

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy