I need to achieve the following two things in bash:
Give a list of all processes that were started from your terminal
And
In one command, give a detailed multi-paged list of all processes that
are currently running on the [server].
I found out about the ps command but there is no info page
for it on the server I’m working on and I don’t completely understand. Help is appreciated.
The complete list of options is available with
man 1 ps. Flags may differ on different platforms, so there’s no substitute for reading your system’s man page. However, assuming your version of ps uses non-BSD flags, pay particular attention to the-tand-eoptions.