Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

lsmem

Show memory range information

Syntax

lsmem [OPTION]...

Common Options

-aShow all memory
-sSort by column
-JJSON output format
-PKey-value pair output
-SSpecify separator

Common Examples

lsmem

Show memory range info

lsmem -a

Show all memory regions

lsmem -s RANGE

Sort by range

lsmem -J

JSON format output

Related Commands

Related Tools

More Code & Dev Tools