rlkoshak
(Rich Koshak)
4
ps -elf | less
will show all the programs currently running on your machine.
top
will show you the top page worth of running programs sorted by a criteria, by default CPU usage.
systemctl list-unit-files | grep enabled
will list all the services that are configured to start automatically on system boot.