pgrep looks through the currently running processes and lists the process IDs. Use
pgrep -f 'process_name'
to find the process ID of a process.
pgrep looks through the currently running processes and lists the process IDs. Use
pgrep -f 'process_name'
to find the process ID of a process.