Sfoglia il codice sorgente

dmesg: include flag to follow messages (#1446)

Rafael Fidelis 7 anni fa
parent
commit
afd82c6311
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/linux/dmesg.md

+ 4 - 0
pages/linux/dmesg.md

@@ -6,6 +6,10 @@
 
 `dmesg`
 
+- Show kernel messages and keep reading new ones, similar to `tail -f` (available in kernels 3.5.0 and newer):
+
+`dmesg -w`
+
 - Show how much physical memory is available on this system:
 
 `dmesg | grep -i memory`