Re: Auto Generating -bash process
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Auto-Generating-bash-process-tp12438p12495.html
Did you checked your cron jobs and systemd services? -- bash may be executed by something from there.
crontab -l
systemd services with systemctl list-unit-files and systemctl status <service_name>.