
At times it's important to know the information about when was your Mac device (Macbook, iMac, or Mac Mini) was last re-booted. You can know this detail easily by running the last reboot command in the Terminal
% last reboot
reboot ~ Sat Sep 10 08:21
reboot ~ Fri Sep 9 08:45
reboot ~ Thu Sep 8 09:52
reboot ~ Wed Sep 7 07:52
reboot ~ Sun Sep 4 07:52
reboot ~ Sat Sep 3 08:59
reboot ~ Fri Sep 2 20:12
reboot ~ Fri Sep 2 08:12
reboot ~ Wed Aug 31 08:09
As you can see, the last reboot commands return history with the date and time, when your Mac device was rebooted.
Have Questions? Post them here!
- How to find path of file on Mac Terminal
- How to disable Siri on Mac Monterey
- [fix] macOS Ventura xcrun: error: invalid active developer path missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- Select Line Number TextEdit on Mac
- Go to Specific file path using Mac Finder
- How to find Java HOME in Mac Terminal
- bash: command not found error [macOS Terminal Linux, Unix or Windows]
- Must Know Homebrew Commands for Mac/Linux Users
- How to Insert an Inverted Question Mark on Mac ¿
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- How to make macOS Terminal window Transparent (or Opaque)
- How to check of Updates on Microsoft Edge Browser on Mac (macOS)
- Limit scrollback rows in macOS Terminal
- How to identify installed Java (JDK) Version on macOS
- Keyboard Shortcut to delete a file on a Mac [Macbook]
- Open Docker from Terminal Command on Mac
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to take a screenshot on a Mac - updated for Ventura 13 [updated 2023]
- ls: .: Operation not permitted - Mac Terminal ZSH Error
- How to remove username from Mac Menu Bar?
- macOS Ventura XCode Command Line Tools Installation
- Where is .zshrc file located in macOS
- How to Show Path of Files or App in Mac Spotlight Search
- How to enable root user on Mac Terminal
- Install Java 17 (LTS) JDK on ARM based M1/M2 Mac Natively
- Insert Auto Increment Value using PreparedStatement in Java JDBC - Java
- Maven BUILD FAILURE: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin - Java
- Error 404 Tomcat homepage http://localhost:8080/ not displayed - Tomcat
- How to install SpaCy (NLP Library) on Mac - Python
- Advanced print() Function Tutorial and Techniques for Python Developers - Python
- How to make TextView Text Transparent [Android] - Android
- Install Oh My Zsh on Ubuntu Docker complete steps - Ubuntu
- [Android Studio] Hardcoded string Button, should use @string resource - Android-Studio