From mboxrd@z Thu Jan 1 00:00:00 1970 From: cubexyz@gmail.com (Mark Longridge) Date: Sun, 22 Feb 2015 15:30:44 -0500 Subject: [TUHS] v5 and v6 kernel is mode 777 In-Reply-To: <9D89138A-970D-4011-B370-09FB8D985C58@ronnatalie.com> References: <9D89138A-970D-4011-B370-09FB8D985C58@ronnatalie.com> Message-ID: Ron, You are quite right. I tried to use 1bsd's ls in v5 for the columnar output and there are bugs. This is what it should look like: ls -l /unix -rwxr-xr-x 1 root 27066 Feb 22 14:34 unix So it's now mode 755 and everything seems to work fine. Mark On 2/22/15, Ronald Natalie wrote: > Your ls is missing a set of perms (-rwxrwxrwx). > > No it should not be 777. It needs to be readable because certain programs > in user mode read the symbol table. > > >