Skip to content

Commit

Permalink
dmesg: add page (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Lacy authored and agnivade committed Jul 24, 2017
1 parent e0ccb71 commit 8fcc087
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/dmesg.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions pages/osx/dmesg.md
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions pages/sunos/dmesg.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 8fcc087

Please sign in to comment.