Xref: utzoo comp.bugs.4bsd:858 comp.bugs.misc:151 comp.bugs.sys5:486 Path: utzoo!attcan!uunet!husc6!mailrus!uwmcsd1!bbn!rochester!pt.cs.cmu.edu!sei!pdb From: pdb@sei.cmu.edu (Patrick Barron) Newsgroups: comp.bugs.4bsd,comp.bugs.misc,comp.bugs.sys5 Subject: Re: Hard Links between UNIX Utility Programs Keywords: unix links bsd sysv sys5 Message-ID: <2950@ci.sei.cmu.edu> Date: 26 Jul 88 21:52:21 GMT References: <184@chip.UUCP> Reply-To: pdb@sei.cmu.edu (Patrick Barron) Organization: Software Engineering Institute, Pittsburgh, PA Lines: 6 You can get exactly the effect you want by just eliminating the links and making discrete copies of the program under the different names. You can then protect the individual copies as you wish. --Pat.