[Q] Hard links and soft links?

From: Tester A. (benew666_at_hotmail.com)
Date: 11/29/03

  • Next message: mjt: "Re: [Q] Hard links and soft links?"
    Date: Sat, 29 Nov 2003 12:18:23 GMT
    
    

    Hi,

    I would like to know which files are linked to a certain file?

    For example,

    After doing these,

    ln -s ORIG /somewhere/softlinks
    ln -s ORIG /somewhere2/softlinks
    ln ORIG /somewhere/hardlinks1
    ln ORIG /somewhere2/hardlinks2

    Before deleting the file named ORIG, I would like to know what files (the
    full path of the link files) are linked to the file ORIG.

    TIA.


  • Next message: mjt: "Re: [Q] Hard links and soft links?"