- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- I can't find certain PID
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 08:45 PM
тАО09-24-2006 08:45 PM
I've just found a process with certain PID using top, but I can't find the same process using `ps aux`. How is it possible?
JF
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 09:36 PM
тАО09-24-2006 09:36 PM
SolutionFailing that, use 'ls -l /proc/
If neither of the 'ps' commands work, but the last 'ls' does, then I'd say you have trojan'd executables on your system, and you've been root-kit'd.
If the 'ls' doesn't work either, then the PID doesn't actually exist any more. I'm assuming it was a transient PID which came and went. If 'top' is showing the same PID still, and you can't find it with those commands, then your system is seriously unhealthy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2006 10:55 PM
тАО09-24-2006 10:55 PM
Re: I can't find certain PID
As you wrote - I assume that the system is little bit unhealthy ;o)
I'm gonna reboot it later today.
THANKS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 02:16 AM
тАО09-25-2006 02:16 AM
Re: I can't find certain PID
So one of possibilities that you talk about thread and not process
cat /proc/yourPID/status |grep PPid
will say who is parent of this process.
As well you can find in /proc/yourPID/ a lot of interesting information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 04:42 AM
тАО09-25-2006 04:42 AM