Xref: utzoo news.admin:1617 comp.os.vms:4888 Path: utzoo!utgpu!water!watmath!clyde!att-cb!ihnp4!homxb!mtuxo!rolls!terminus!oberlin!jkingdon From: jkingdon@oberlin.UUCP (Jim Kingdon) Newsgroups: news.admin,comp.os.vms Subject: Re: Symbolic links to cross-posted articles Summary: VMS has hard links in a fairly straightforward manner Message-ID: <691@oberlin.UUCP> Date: 20 Feb 88 16:39:40 GMT References: <185@dinl.mmc.UUCP> <23012@ucbvax.BERKELEY.EDU> <3379@killer.UUCP> Followup-To: comp.os.vms Organization: Computer Science Program, Oberlin College, Oberlin, Ohio Lines: 7 I don't know about tricks with fooling it about fake directories and stuff. VMS has command SET FILE/ENTER, which creates a hard link, and SET FILE/REMOVE which removes one. The big difference with UNIX is that if you SET FILE/REMOVE the last reference to a file, instead of deleting the file, those disk blocks just sit there until you reformat the disk. I'm pretty sure that there are RMS calls to do this stuff from a program too, but I've never used this stuff much.