Finding user's files
Sometimes it's helpful to have a complete list of files owned by a specific user.
To achieve this result you can use the following command:
cd /find -user MYUSERNAME
if this is not enought you can use find with an another option:
find -group MYGROUPNAME