Fixing user's quota
Somehow, one particular user's file ownership included some files that aren't theirs. So their disk usage is way off. 152Mb instead of the actual 4.6MbLooking around, found out it can be fixed by chowning the user. But what is the actual command? I'm fairly new to the unix environment, so it'll be cool if someone could help.
chown user:group /path -r
What do I fill in for user, group and path? Thanks