On Thu, Jun 12, 2003 at 02:34:26AM +0200, Tim Heimbrock wrote:
> Norbert Weissbach writes:
> > cp: ./MAKEDEV: Operation not supported
> > # touch z
> > touch: z: Operation not supported
>
> % ls -ld /dev/
> dr-xr-xr-x 5 root wheel 512 Jun 12 01:09 /dev/
> ^ <- Dieser Mechanismus
Das hätte andere Auswirkungen:
[137]cicely12# ls -al
total 4
dr-xr-xr-x 2 root wheel 512 Jun 12 03:59 .
drwxrwxrwt 11 root wheel 3072 Jun 12 03:59 ..
[138]cicely12# touch foo
[139]cicely12# ls -al
total 4
dr-xr-xr-x 2 root wheel 512 Jun 12 03:59 .
drwxrwxrwt 11 root wheel 3072 Jun 12 03:59 ..
-rw-r--r-- 1 root wheel 0 Jun 12 03:59 foo
cicely12# id
uid=0(root) gid=0(wheel) groups=0(wheel), 1000
[99]cicely12> ls -al
total 4
dr-xr-xr-x 2 ticso wheel 512 Jun 12 03:59 .
drwxrwxrwt 12 root wheel 3072 Jun 12 03:59 ..
[100]cicely12> touch foo
touch: foo: Permission denied
Exit 1
[101]cicely12> id
uid=1007(ticso) gid=1000 groups=1000
-- B.Walter BWCT http://www.bwct.de ticso(at)bwct.de info(at)bwct.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 12 Jun 2003 - 04:01:39 CEST