Listing processes in Linux using ps command
ps command in Linux will list running processes. There are a number of switches that can be used with this command. Please refer to that command documentation to list all of the possible switches.
Often this command will be paired with ‘grep’ command to filter only those processes that are needed.
Comments
Post a Comment