Re: Auto Generating -bash process
Posted by ErmanArslansOracleBlog on May 06, 2024; 9:28am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Auto-Generating-bash-process-tp12438p12473.html
Okay.. We don't have required info yet.
Unknown process with -bash not showing it: This process might be a child process spawned by the bash shell itself, or another system service running in the background.
4 -> anon_inode:[eventpoll]: This indicates the process is using an event poll mechanism to monitor events from various sources.
9 -> anon_inode:[eventfd]: This suggests the process might be using an eventfd for efficient inter-process communication or signaling.
It is probably a OS process.. Probably, OS or a daemon starts it.. It may belong to a monitoring process such as systemd-monitor.
*Use ps aux or pstree to get a detailed listing of running processes. Look for processes with a parent process ID (PPID) matching the bash shell (bash).