Subject: Re: perms on init, console
To: None <gaekebr@ccds.cincinnati.oh.US, macbsd-general@sun-lamp.cs.berkeley.edu>
From: Chris G. Demetriou <cgd>
List: macbsd-general
Date: 01/05/1994 08:21:36
>the perms on init are -r-x------ and the perms on /dev/console
>are crw------- .. are these OK?
yes. you don't mention ownership, though. they should be:
402 [sun-lamp] kern % ls -la /sbin/init /dev/console
crw------- 1 root wheel 0, 0 Jan 5 08:07 /dev/console
-r-x------ 1 bin bin 117583 Dec 7 02:12 /sbin/init*
(btw: ignore the major/minor number for /dev/consol and the size for
/sbin/init -- this is from an i386 system... 8-)
chris
------------------------------------------------------------------------------