dmesg: add page (#1431)
This commit is contained in:

committed by
Agniva De Sarker

parent
e0ccb7147a
commit
8fcc087f49
15
pages/osx/dmesg.md
Normal file
15
pages/osx/dmesg.md
Normal 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`
|
Reference in New Issue
Block a user