Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 1997 09:23:36 -0500
From:      robin@intercore.com (Robin Cutshaw)
To:        current@freebsd.org
Subject:   3.0 SNAP+SMP permission problems
Message-ID:  <199701241423.JAA01954@intercore.com>

next in thread | raw e-mail | index | archive | help

I just loaded the 3.0 SNAP and added SMP.  When I create a file in /tmp,
it gets the wrong owner/group.  Here's a sample:


free2cpu:util $ id
uid=10290(robin) gid=20(staff) groups=20(staff), 0(wheel)
free2cpu:util $ ln -s . /tmp/XXX
free2cpu:util $ ls -l /tmp/XXX
lrwxrwxrwt  1 bin  bin  1 Jan 24 04:25 /tmp/XXX -> .
free2cpu:util $ rm /tmp/XXX
rm: /tmp/XXX: Operation not permitted
free2cpu:util $ touch /tmp/xxx
free2cpu:util $ ls -l /tmp/xxx
-rw-rw-r--  1 robin  bin  0 Jan 24 04:26 /tmp/xxx

robin
-- 
----
Robin Cutshaw         internet: robin@interlabs.com robin@intercore.com
Internet Labs, Inc.   BellNet:  404-817-9787

    "Time is just one damn thing after another" -- PBS/Nova
----
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701241423.JAA01954>