Hector Socas Navarro wrote: > How do I change the user/group that onws a file or directory? You must use the command chown, here: chown -R gdm:gdm /var/gdm -R makes it work recursively in all subdirectories. -- Bertrand