Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 16:06:04 +0300
From:      "Igor S.Savchyk" <savchyk@list.ru>
To:        freebsd-stable@freebsd.org
Subject:   FreeBSD RELENG_4  error?!
Message-ID:  <13312261450.20040614160604@list.ru>

next in thread | raw e-mail | index | archive | help
Hello, All!

For the beginning there is some comparison of behaviour various of OS:


$ echo readable >try_read_me
$ chmod 0333 try_read_me

$ uname -a
SunOS sundae 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-1
$ cat try_read_me
readable

$ uname -a
SunOS sun 5.8 Generic_108528-13 sun4u sparc
$ cat try_read_me
cat: try_read_me: Permission denied

$ uname -sr
FreeBSD 4.8-RELEASE
$ cat try_read_me
readable

$ uname -sr
FreeBSD 5.2.1-RELEASE
$ cat try_read_me
cat: try_read_me: Permission denied

$ uname -sr
Linux 2.4.20-athlon
$ cat try_read_me
cat: try_read_me: Permission denied

$ uname -sr
Linux 2.2.19-servers
$ cat try_read_me
cat: try_read_me: Permission denied

$uname -sr
HP-UX B.11.11
$ cat try_read_me
cat: try_read_me: Permission denied


So, whether somebody can explain me behaviour of FreeBSD 4.x ? ;-)



~ If it ain't broke, we've still got a chance to fix it.
-- 
Best regards,
 Igor                          mailto:savchyk@list.ru



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