asked 148k views
1 vote
Which Linux shell command lists all currently running processes (programs or daemons) that the user has started

asked
User Gibsnag
by
8.2k points

1 Answer

2 votes

Answer:

Step-by-step explanation:

The ps command in Linux can be used to list all currently running processes that the user has started. By default, ps shows the processes that are running in the current terminal session, but the user can also specify options to show all processes or filter the output based on certain criteria.

answered
User Angus Ireland
by
7.7k points