sudo -u nobody bash Change the user to a desired name with a desired shell.
grep CRON /var/log/syslog
More information at (https://www.tecmint.com/ps-command-examples-for-linux-process-monitoring/)
ps -eo user,pid,ppid,cmd,%mem,%cpu --sort=-%mem | head # Top running processes by highest memory usage.