[Q] Hard links and soft links?
From: Tester A. (benew666_at_hotmail.com)
Date: 11/29/03
- Next message: Ian Gil: "Re: sed: ignore html in search and replace?"
- Previous message: Buck Turgidson: "Re: Shell Script Syntax"
- Next in thread: mjt: "Re: [Q] Hard links and soft links?"
- Reply: mjt: "Re: [Q] Hard links and soft links?"
- Reply: Tester A.: "Re: [Q] Hard links and soft links?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: Ian Gil: "Re: sed: ignore html in search and replace?"
- Previous message: Buck Turgidson: "Re: Shell Script Syntax"
- Next in thread: mjt: "Re: [Q] Hard links and soft links?"
- Reply: mjt: "Re: [Q] Hard links and soft links?"
- Reply: Tester A.: "Re: [Q] Hard links and soft links?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]