Useful linux process commands
Following are some really useful linux process related commands to use. We use these commands in everydays developer life.
Print the process ID (PID) of firefox
:~$ ps ax | grep -i firefox | awk {‘print $1’}
Quality information
Following are some really useful linux process related commands to use. We use these commands in everydays developer life.
:~$ ps ax | grep -i firefox | awk {‘print $1’}