Technology Useful linux process commands Published: December 4, 2018Last updated: February 16, 2022 0 Comments command, process, Useful linux process commandsFollowing 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’}