find / grep /sort /unique
commandline
Search files for username and group
find / -user username -group groupname -ls```
grep
grep string in txt / plaintext file
grep searchstring data.txt
grep files in folderstructure
grep -r searchstring /home/user/data/*