Pārlūkot izejas kodu

Merge pull request #40 from lbonanomi/last

find panic reboots with /usr/bin/last
pull/41/head
@trimstray pirms 5 gadiem
committed by GitHub
vecāks
revīzija
06c8eb3879
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. +11
    -0
      README.md

+ 11
- 0
README.md Parādīt failu

@@ -744,6 +744,7 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
* [tr](#tool-tr)
* [chmod](#tool-chmod)
* [who](#tool-who)
* [last](#tool-last)
* [screen](#tool-screen)
* [du](#tool-du)
* [inotifywait](#tool-inotifywait)
@@ -1246,6 +1247,16 @@ who -b

___

##### Tool: [last]

###### Was the last reboot a panic?

```bash
(last -x -f $(ls -1t /var/log/wtmp* | head -2 | tail -1); last -x -f /var/log/wtmp) | grep -A1 reboot | head -2 | grep -q shutdown && echo "Expected reboot" || echo "Panic reboot"
```

___

##### Tool: [screen](https://en.wikipedia.org/wiki/GNU_Screen)

###### Start screen in detached mode


Notiek ielāde…
Atcelt
Saglabāt