find / -type f \( -name *_hist -o -name *_history \) -exec ls -l {} \; 2>/dev/null
Checking cron jobs
ls -la /etc/cron.daily/
Proc filesystem
proc/procfs
filesystem in linux that contains info about system processes, hardware, other system information.
primary way to access process info and can be used to view and modify kernel settings
virtual and does not exist as a real fs but is dynamically generated by the kernel.
used to look up system information such as the state of running processes, kernel parameters, system memory, and devices. It also sets certain system parameters, such as process priority, scheduling, and memory allocation.