Linux provides us a utility called ps for viewing information related with the processes on a system which stands as abbreviation for “Process Status”. ps command is used to list the currently running processes and their PIDs along with some other inf
Use the -p (select by process ID) option to achieve this: ps -p 3403. The details for this process are listed: You are not restricted to one process ID. You can provide a list of process IDs, separated by spaces. Listing Processes by Command. The -C (comm
ps is a very useful command in Linux that can be used to administer processes in Linux. There’s a lot more to learn about ps command, this was just some of the use-case. More learning material can be found on the man page for ps.
Post a Comment:
Showing 0 Comments: