88067/how-to-find-the-process-id-of-a-program
Hi Team,
I am new to Data Structure. I am running one program in Linux. I want to know how can I find the process ID of a program?
Hi@akhtar,
You can find one program named pgrep in your Linux system. This program can find the process ID of a running program.
$ pgrep bash 2577 2624 2870
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
To list all the groups groups or to list ...READ MORE
Hi@akhtar, You can use ls command to check ...READ MORE
Hi@akhtar, You can use chmod command in your ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Hi@akhtar, Generally, these two commands are used to ...READ MORE
Hi@akhtar, To create new partition you can follow ...READ MORE
Hi@akhtar, In Linux system netstat-tnlp command comes from ...READ MORE
Hi@akhtar, RSS is a memory currently used by ...READ MORE
Hi@akhtar, If you prefer using the command line, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.