Which of the following commands can we use to list all the active processes of a computer?

$ ps$ ps x$ grep$ psx

Sweet! We use ps followed by x to list every single process that runs on a computer at that time.

Not quite! We use ps followed by x to list every single process that runs on a computer at that time.