1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:35:40 +02:00

dmesg: add page (#1431)

This commit is contained in:
Mitch Lacy 2017-07-24 14:02:58 -05:00 committed by Agniva De Sarker
parent e0ccb7147a
commit 8fcc087f49
3 changed files with 45 additions and 0 deletions

15
pages/linux/dmesg.md Normal file
View file

@ -0,0 +1,15 @@
# dmesg
> Write the kernel messages to standard output.
- Show kernel messages:
`dmesg`
- Show how much physical memory is available on this system:
`dmesg | grep -i memory`
- Show kernel messages 1 page at a time:
`dmesg | less`

15
pages/osx/dmesg.md Normal file
View file

@ -0,0 +1,15 @@
# dmesg
> Write the kernel messages to standard output.
- Show kernel messages:
`dmesg`
- Show how much physical memory is available on this system:
`dmesg | grep -i memory`
- Show kernel messages 1 page at a time:
`dmesg | less`

15
pages/sunos/dmesg.md Normal file
View file

@ -0,0 +1,15 @@
# dmesg
> Write the kernel messages to standard output.
- Show kernel messages:
`dmesg`
- Show how much physical memory is available on this system:
`dmesg | grep -i memory`
- Show kernel messages 1 page at a time:
`dmesg | less`