Changes between Version 8 and Version 9 of Logrotate


Ignore:
Timestamp:
01/20/25 08:24:24 (5 weeks ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Logrotate

    v8 v9  
    4646Ref[https://access.redhat.com/articles/2642741 here]
    4747
    48 With a simple last -Fxn2 shutdown reboot command, the system wtmp file reports the two most recent shutdowns or reboots. reboot denotes the system booting up; whereas, shutdown denotes the system going down.
     48With a simple last -Fxn2 shutdown reboot command (F=fulltime, x=system entry, n=limit number line), the system wtmp file reports the two most recent shutdowns or reboots. reboot denotes the system booting up; whereas, shutdown denotes the system going down.
    4949
    5050A graceful shutdown would show up as a reboot line followed by shutdown line, as in the following example:
     
    5252~]# last -Fxn2 shutdown reboot
    5353reboot   system boot  4.18.0-80.el8.x8 Mon Aug 31 06:33:11 2020   still running
    54 shutdown system down  4.18.0-80.el8.x8 Mon Aug 31 06:33:01 2020 - Mon Aug 31 06:33:11 2020  (00:00)
     54shutdown system down  4.18.0-80.el8.x8 Mon Aug 31 06:23:01 2020 - Mon Aug 31 06:23:11 2020  (00:10)
    5555}}}
    5656