The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [Unix-jun72] File ownerships
@ 2008-05-06  9:59 Warren Toomey
  2008-05-06 17:13 ` Tim Newsham
  0 siblings, 1 reply; 4+ messages in thread
From: Warren Toomey @ 2008-05-06  9:59 UTC (permalink / raw)


In the V1 filesystem, there are a few files are owned by users which are
not in the /etc/passwd or /etc/uids files:

xrwr-  6  2860  169 Mar  7 12:23 /bin/cal
xrwr-  4  7154   61 Jul 21 12:42 /bin/roff
-rwr- 28   304  448 Jun 30 20:31 /usr/lib/fr0.o
-rwr- 28 12222  449 Jun 30 20:37 /usr/lib/filib.a
-rwr- 28  9158  419 Jun 30 20:46 /usr/lib/libf.a
xrwr- 28  3462  491 Jul  1 16:35 /usr/fort/fc1
xrwr- 28  3238  498 Jul  1 16:35 /usr/fort/fc2
xrwr- 28  6840  505 Jul  1 16:35 /usr/fort/fc3
xrwr- 28  4918  519 Jul  1 16:35 /usr/fort/fc4

Now, I know that ken worked on the Fortran compiler, Joe Ossanna (jfo)
wrote roff, and in V6 & V7, ken had uid 6 and dmr had uid 7. So I
propose the following:

 - add ken == 6, dmr == 7, jfo == 4 to /etc/passwd and /etc/uids, as
   new files in fs/new. Thus jfo will own /bin/roff and ken will own
   /bin/cal
 - modify the permissions file so that the Fortran files which are
   uid 28 become uid 6 == ken.

Sound reasonable?

Cheers,
	Warren



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Unix-jun72] File ownerships
  2008-05-06  9:59 [Unix-jun72] File ownerships Warren Toomey
@ 2008-05-06 17:13 ` Tim Newsham
  2008-05-06 17:19   ` Michael Kerpan
  2008-05-06 22:37   ` Warren Toomey
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Newsham @ 2008-05-06 17:13 UTC (permalink / raw)


> Now, I know that ken worked on the Fortran compiler, Joe Ossanna (jfo)
> wrote roff, and in V6 & V7, ken had uid 6 and dmr had uid 7. So I
> propose the following:
>
> - add ken == 6, dmr == 7, jfo == 4 to /etc/passwd and /etc/uids, as
>   new files in fs/new. Thus jfo will own /bin/roff and ken will own
>   /bin/cal
> - modify the permissions file so that the Fortran files which are
>   uid 28 become uid 6 == ken.
>
> Sound reasonable?

I don't mind some files being left "unowned", but if you're fairly
sure that the new ownership assignments reflected reality I'm not
opposed to having them changed in our patched system.

> 	Warren

Tim Newsham
http://www.thenewsh.com/~newsham/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Unix-jun72] File ownerships
  2008-05-06 17:13 ` Tim Newsham
@ 2008-05-06 17:19   ` Michael Kerpan
  2008-05-06 22:37   ` Warren Toomey
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerpan @ 2008-05-06 17:19 UTC (permalink / raw)


Speaking of assigning some file ownerships to people who were
historcially involved in created Unix back at that point in time, have
we let any of them know about our successful ressurection? Maybe could
get ken or dmr to write a "preface" to the readme file that will
inevitably come into existance once we make together a "turnkey"
distro of this for folks to play with in SIMH or something?

On Tue, May 6, 2008 at 1:13 PM, Tim Newsham <newsham at lava.net> wrote:
> > Now, I know that ken worked on the Fortran compiler, Joe Ossanna (jfo)
>  > wrote roff, and in V6 & V7, ken had uid 6 and dmr had uid 7. So I
>  > propose the following:
>  >
>  > - add ken == 6, dmr == 7, jfo == 4 to /etc/passwd and /etc/uids, as
>  >   new files in fs/new. Thus jfo will own /bin/roff and ken will own
>  >   /bin/cal
>  > - modify the permissions file so that the Fortran files which are
>  >   uid 28 become uid 6 == ken.
>  >
>  > Sound reasonable?
>
>  I don't mind some files being left "unowned", but if you're fairly
>  sure that the new ownership assignments reflected reality I'm not
>  opposed to having them changed in our patched system.
>
>  >       Warren
>
>  Tim Newsham
>  http://www.thenewsh.com/~newsham/
>
>
> _______________________________________________
>  Unix-jun72 mailing list
>  Unix-jun72 at tuhs.org
>  https://minnie.tuhs.org/mailman/listinfo/unix-jun72
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Unix-jun72] File ownerships
  2008-05-06 17:13 ` Tim Newsham
  2008-05-06 17:19   ` Michael Kerpan
@ 2008-05-06 22:37   ` Warren Toomey
  1 sibling, 0 replies; 4+ messages in thread
From: Warren Toomey @ 2008-05-06 22:37 UTC (permalink / raw)


On Tue, May 06, 2008 at 07:13:21AM -1000, Tim Newsham wrote:
> I don't mind some files being left "unowned", but if you're fairly
> sure that the new ownership assignments reflected reality I'm not
> opposed to having them changed in our patched system.

I'm fairly sure they are OK.

> Speaking of assigning some file ownerships to people who were
> historcially involved in created Unix back at that point in time, have
> we let any of them know about our successful ressurection?

Back when we started, I e-mailed Dennis with a question and got an answer.
When we had success, I e-mailed him again, but no reply yet. I'll send
another note, and also ask him if he would write a preface; I'm sure he will.

Cheers,
	Warren



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-06 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-06  9:59 [Unix-jun72] File ownerships Warren Toomey
2008-05-06 17:13 ` Tim Newsham
2008-05-06 17:19   ` Michael Kerpan
2008-05-06 22:37   ` Warren Toomey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).