Am Dienstag, 16. August 2005 07:17 schrieb ext Ralph Slooten: > > What does "ls -ld /" show? > > axllent@workstation ~ $ ls -ld / > drwxr-xr-x 20 axllent users 456 Aug 15 20:05 / > > Looks like it's mounted by me ;-) LOL. No. It isn't mounted by you. You own it (at least this directory). Use find / -xdev -uid 1000 to find out if more files are owned by that user. Just to be save, repeat it on /usr, too. If you find files with wrong ownership, run find / -xdev -uid 1000 -exec chown root:root {} \; NOTE: This assumes you don't have a single partition for everything. If you have one single, large partition for everything, mounted as /, you may want to exclude some directories from the search (i.e. /home, see man find for details). HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com Hambornerstraße 55 | Web: http://www.capgemini.com D-40472 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net