Difference between revisions of "Red Hat journalctl"

From MyWiki
Jump to: navigation, search
(Created page with "journalctl -b<br> journalctl -b -1<br> journalctl --list-boots<br> journalctl --since "1 hour ago"<br> journalctl --since "2 days ago"<br> journalctl --since "2015-06-26 23:15...")
 
Line 5: Line 5:
 
journalctl --since "2 days ago"<br>
 
journalctl --since "2 days ago"<br>
 
journalctl --since "2015-06-26 23:15:00" --until "2015-06-26 23:20:00"<br>
 
journalctl --since "2015-06-26 23:15:00" --until "2015-06-26 23:20:00"<br>
 +
journalctl -u nginx.service<br>

Revision as of 09:37, 19 September 2016

journalctl -b
journalctl -b -1
journalctl --list-boots
journalctl --since "1 hour ago"
journalctl --since "2 days ago"
journalctl --since "2015-06-26 23:15:00" --until "2015-06-26 23:20:00"
journalctl -u nginx.service