mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			457 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			457 B
		
	
	
	
	
	
	
	
Name
pidof - list pids for a given process name
Synopsis
$ pidof [-s] [-o pid] [-S separator] <process-name>
Options
- -o pid: Omit the given pid, or the parent process if the special value %PPID is passed
- -s: Only return one pid
- -S separator: Use- separatorto separate multiple pids
Arguments
- process-name: Process name to search for
