Changing the owner of specific files only (chown --from)
If you want to delete a user and chown all files that belong to this user, you can use this command:
sudo chown -R --from=username newowner /
If you want to delete a user and chown all files that belong to this user, you can use this command:
sudo chown -R --from=username newowner /