11011110000
MIS
Using ps -fu will return the starting time of a process. But what if the process has been running for days like shown below?
UID PID PPID C STIME TTY TIME CMD
oracle 28649 1 0 Sep 01 ? 14:51 ora_pmon_pccs
oracle 3056 1 0 Sep 02 ? 15:16 ora_pmon_sdpsvi
oracle 28661 1 0 Sep 01 ? 0:00 ora_reco_pccs
oracle 29954 1 0 06:15:04 ? 0:52 oraclesdolpr01 (LOCAL=NO)
oracle 28663 1 0 Sep 01 ? 0:00 ora_arc0_pccs
oracle 28655 1 0 Sep 01 ? 0:04 ora_lgwr_pccs
How do you find the starting time of the processes that list only the date?
UID PID PPID C STIME TTY TIME CMD
oracle 28649 1 0 Sep 01 ? 14:51 ora_pmon_pccs
oracle 3056 1 0 Sep 02 ? 15:16 ora_pmon_sdpsvi
oracle 28661 1 0 Sep 01 ? 0:00 ora_reco_pccs
oracle 29954 1 0 06:15:04 ? 0:52 oraclesdolpr01 (LOCAL=NO)
oracle 28663 1 0 Sep 01 ? 0:00 ora_arc0_pccs
oracle 28655 1 0 Sep 01 ? 0:04 ora_lgwr_pccs
How do you find the starting time of the processes that list only the date?