Oracle
1Z0-409 · Question #204
Examine the following output: [root@station1]ps -f UID PID PPID C STIME TTY TIME CMD root 3944 3820 1 03:32 tty1 01:57 -bash root 3984 3944 0 03:32 tty1 01:57 ksh root 3985 3984 0 03:32 tty1 01:57…
The correct answer is E. Analyze both the PID and PPID. See the full explanation below for the reasoning.
Question
Examine the following output:
[root@station1]ps -f UID PID PPID C STIME TTY TIME CMD root 3944 3820 1 03:32 tty1 01:57 -bash root 3984 3944 0 03:32 tty1 01:57 ksh root 3985 3984 0 03:32 tty1 01:57 ps -f Which columns would you analyze to find the most recently invoked shell?
Options
- AAnalyze only the PID.
- BAnalyze only the UID.
- CAnalyze only the PPID.
- DAnalyze both the UID and PID.
- EAnalyze both the PID and PPID.
- FAnalyze both the UID and PPID.
How the community answered
(24 responses)- A4% (1)
- C13% (3)
- E79% (19)
- F4% (1)
Community Discussion
No community discussion yet for this question.