ladybird/Base/usr/share/man/man1/pmap.md

28 lines
262 B
Markdown
Raw Normal View History

2020-12-23 23:25:53 +00:00
## Name
pmap - print memory map of a process
## Synopsis
```**sh
$ pmap [-x] PID
```
## Description
Print the memory map of a specified process.
## Options
* `-x`: Extended output
## Examples
```sh
$ pmap $$
```
## See also
* [`ps`(1)](../man1/ps.md)