Multiple choice technology databases

To see the back ground processes in UNIX, use ps - ________command

  1. fu oracle

  2. cu oracle

  3. au oracle

  4. cp oracle

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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.