To view processes running in the background, you can use the command `ps` in Unix-based systems. For a more detailed listing, `ps aux` provides comprehensive information on all processes, including those in the background. Alternatively, `top` or `htop` can be used for a dynamic, real-time view of system processes.