From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E4uR2-0007ON-Jr for garchives@archives.gentoo.org; Tue, 16 Aug 2005 05:56:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7G5rkxn025656; Tue, 16 Aug 2005 05:53:46 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7G5fCdo011863 for ; Tue, 16 Aug 2005 05:41:13 GMT Received: from mgw-ext03.nokia.com ([131.228.20.95]) by smtp.gentoo.org with esmtp (Exim 4.43) id 1E4uCq-00087Y-TL for gentoo-user@lists.gentoo.org; Tue, 16 Aug 2005 05:41:49 +0000 Received: from esebh105.NOE.Nokia.com (esebh105.ntc.nokia.com [172.21.138.211]) by mgw-ext03.nokia.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j7G5fYJk006737 for ; Tue, 16 Aug 2005 08:41:36 +0300 Received: from esebh003.NOE.Nokia.com ([172.21.138.82]) by esebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 16 Aug 2005 08:41:33 +0300 Received: from louisa.europe.nokia.com ([172.25.104.26]) by esebh003.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6881); Tue, 16 Aug 2005 08:41:34 +0300 From: Dirk Heinrichs Organization: Capgemini Deutschland GmbH To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] I (user) can write to / ... but why? Date: Tue, 16 Aug 2005 07:41:12 +0200 User-Agent: KMail/1.8.2 References: <4300DE8A.2090205@gmail.com> <20050815214548.6d3c7205@hactar.digimed.co.uk> <430176D6.1050104@gmail.com> In-Reply-To: <430176D6.1050104@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3858241.na4sNrfU10"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200508160741.25718.ext-dirk.heinrichs@nokia.com> X-OriginalArrivalTime: 16 Aug 2005 05:41:34.0607 (UTC) FILETIME=[29A499F0:01C5A225] X-Archives-Salt: 22e0dd28-6b4d-428d-a43f-3657cd944336 X-Archives-Hash: 82f992a701c0043c5a894d349c630038 --nextPart3858241.na4sNrfU10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 i= t=20 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= =20 have one single, large partition for everything, mounted as /, you may want= =20 to exclude some directories from the search (i.e. /home, see man find for=20 details). HTH... Dirk =2D-=20 Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com Hambornerstra=DFe 55 | Web: http://www.capgemini.com D-40472 D=FCsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net --nextPart3858241.na4sNrfU10 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.18 (GNU/Linux) iD8DBQBDAXyF8NVtnsLkZ7sRAqc5AJwKxcvTFyZo95jXwejjkuB2kWVbVACePVln WYkar6YW7Svd52McdMed3Dc= =xEo6 -----END PGP SIGNATURE----- --nextPart3858241.na4sNrfU10-- -- gentoo-user@gentoo.org mailing list