public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dirk Heinrichs <ext-dirk.heinrichs@nokia.com>
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	[thread overview]
Message-ID: <200508160741.25718.ext-dirk.heinrichs@nokia.com> (raw)
In-Reply-To: <430176D6.1050104@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1119 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

  reply	other threads:[~2005-08-16  5:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-15 18:27 [gentoo-user] I (user) can write to / ... but why? Ralph Slooten
2005-08-15 19:12 ` Daniel da Veiga
2005-08-15 20:21   ` Christoph Gysin
2005-08-15 20:45     ` Neil Bothwick
2005-08-16  1:07       ` Nick Rout
2005-08-16  5:21         ` Ralph Slooten
2005-08-16  5:17       ` Ralph Slooten
2005-08-16  5:41         ` Dirk Heinrichs [this message]
2005-08-16  7:00           ` Ralph Slooten
2005-08-16  7:17             ` Dirk Heinrichs
2005-08-16 10:21               ` Michael Kintzios
2005-08-16  9:26             ` Nick Rout
2005-08-16  9:47               ` Frank Schafer
2005-08-16 13:33                 ` Ralph Slooten
2005-08-16  7:14       ` Christoph Gysin
2005-08-16  7:42         ` Neil Bothwick
2005-08-16 16:09 ` [gentoo-user] I (user) can write to / ... but why? (solved) Ralph Slooten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508160741.25718.ext-dirk.heinrichs@nokia.com \
    --to=ext-dirk.heinrichs@nokia.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox