Find text in files across Linux machine

To find the word "fishpaste" in all files contained in the root directory / run the following command in the terminal:

grep -Rw / -e 'fishpaste'