1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 01:24:59 +00:00
serenity/Base/usr/share/man/man1/pmap.md
2020-12-24 13:22:24 +01:00

27 lines
262 B
Markdown

## 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)