Finding made easy
At one point , some if not all, applications make some changes to their files infrastructure to some degree that a file like a cfg is no longer where it was “some time ago” leading to a broken script or just frustration and lost time searching the documentation. Here comes mlocate into play. It’s one of the simplest and quickest tools for finding the location of files and directories in a Linux-based system.
Installation
For Ubuntu/Debian distros:
apt -y install mlocate
