Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 ggr 02/21/84; site hudson.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!hudson!ggr From: ggr@hudson.UUCP (Guy Riddle) Newsgroups: net.unix-wizards Subject: Re: how can I tell when my shared text file is in use? Message-ID: <224@hudson.UUCP> Date: Thu, 17-May-84 22:24:37 EDT Article-I.D.: hudson.224 Posted: Thu May 17 22:24:37 1984 Date-Received: Fri, 18-May-84 07:15:26 EDT References: <462@burl.UUCP> Organization: AT&T Bell Laboratories, Piscataway Lines: 12 The procedure I usually follow, when installing software where the text file is likely to be in use is: mv /usr/lbin/vnews /usr/tmp/$$ cp vnews /usr/lbin chown netnews /usr/lbin/vnews ... etc. So if the text files happen to be in use, they will sit in /usr/tmp until the next reboot discards them. === Guy Riddle == AT&T Bell Laboratories, New Jersey ===