Re: ps -ef
From: Barry Keeney (barryk_at_shimi.swcp.com)
Date: 10/08/04
- Next message: Ken Mandelberg: "Re: PDF Forms Editor for Solaris?"
- Previous message: cljlk: "ps -ef"
- In reply to: cljlk: "ps -ef"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 8 Oct 2004 19:18:53 +0000 (UTC)
cljlk <cljlk@hotmail.com> wrote:
: I have Sun solaris 5.6.
: I do ps -ef to check process it always a "sleep 300" process there but
: I could figure out which application is running "sleep 300"
: Would anyone please help?
: I have checked my cronjob, no cronjob application contains "sleep 300"
: Thanks.
You'll need to track it down using the PPID (parent process ID) to
find out who's starting it.
This should give you some idea who started the sleep process....
-- Barry Keeney Chaos Consulting email barryk<at>chaoscon.com "Rap is Square Dancing gone terribly, terribly Wrong...."
- Next message: Ken Mandelberg: "Re: PDF Forms Editor for Solaris?"
- Previous message: cljlk: "ps -ef"
- In reply to: cljlk: "ps -ef"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]