Skip to the content
		
		
	
	
	
		
			
- pargs     – Lists process’s arguments and environment variables
- pfiles     – List of file descriptors, associated with process
- pgrep     – Get the pid’s of processes by name
- pkill        – Send signal to process. For example pkill 9 init :p
- pldd        – List dynamic libraries, associated with process
- pmap     – Get memory map (segments) of process
- preap     – Try to kickoff zombie process
- prstat     – Fullscreen view of processes, similar to linux top command
- prun       – Continue hold with pstop process
- ps             – Print process information and status.
- psig         – List signals that can be handled by process
- pstack    – Get backtrace stack of process for debugging purposes
- pstop      – Temporary hold process
- ptree      – Print the tree of processes