Here is a short description of what I want to do:
User tom has id 1000. I'm calling usermod -u 2000 tom.
What happens exactly besides that the id of tom changes to 2000? Do files and folders which were owned by this user still remain by this user or do I have to explicitly set the owner again?
Thanks for your help!