I have a server I'm maintaining, and on weekly bases, I basically have to delete some big files like old backups and what not to keep the server from crashing and reaching maximum capacity. Although today I noticed as I listed all the big files by running "sudo find . -size +10000k -exec ls -sd {} +"
I found these three big initrd.img files popping up.
Now I understand these are my Kernels. By running "uname -r" I got the output "4.15.0-64-generic". Does that mean I can safely remove 4.15.0-96-generic and 4.15.0-99-generic?
It seems intuitive to only have one file, but I didn't attempt to delete anything as I'm not aware how initial ram disk exactly works. Reading articles about it didn't help with answering my question about these files either. If someone could elaborate, I would greatly appreciate it, thanks!
Extra Details:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
Version of Linux: Ubuntu Server (Specifically a DigitalOceans droplet)