In Unix/Linux, the 'ps' command lists processes. The '-f' option shows full format listing, and '-u' option filters by user. So 'ps -fu oracle' shows all processes owned by the oracle user with full details - this displays Oracle background processes.