home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cops_104.zip / cops_104 / checkacct / effect.owners < prev    next >
Text File  |  1992-03-10  |  428b  |  7 lines

  1. which will change the file to have a name of the form, "dangerous.<oldname>.x"
  2. where <oldname> is the original name of the file, and 'x' is an integer.
  3. For example, if your .profile was owned by another user, the fix would be
  4. to rename it to be "dangerous.profile.1", assuming that file did not
  5. already exist.  If it did, it would try "dangerous.profile.2", and so on,
  6. until it acquired a file name which was not already taken.
  7.