Use the app mlocate to find files easilly and fast on Linux commandline.
Install and prep it
- Install it with
sudo apt update && sudo apt install mlocate -y - Then force update the database with
sudo updatedb
Search for a file
- Find where syslog is mentioned:
locate syslog