Open In App

pmap command in Linux with Examples

The pmap command in Linux is used to display the memory map of a process. A memory map indicates how memory is spread out.

Syntax:



pmap [options] pid [...]

Example:



Options:

Article Tags :