TLDR
Enter a command. For example: reflector, lvextend, xbps, finch.

pmap

 
Report memory map of a process or processes. More information: https://manned.org/pmap.
 
  • Print memory map for a specific process id (PID):
     
    pmap {{pid}}
     
  • Show the extended format:
     
    pmap --extended {{pid}}
     
  • Show the device format:
     
    pmap --device {{pid}}
     
  • Limit results to a memory address range specified by low and high:
     
    pmap --range {{low}},{{high}}
     
  • Print memory maps for multiple processes:
     
    pmap {{pid1 pid2 ...}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.