Re: How to know whether certain files was soft linked?
- From: Chris Mattern <syscjm@xxxxxxx>
- Date: Wed, 16 Aug 2006 11:13:06 -0400
wqhflp@xxxxxxxxx wrote:
Sometime we create soft link (say link_a) for a file (say a), and if we
delete file a, then the link_a will be invalid. Is there any way to
find out which file is linked to file a? (In this case, the expected
answer is link_a). You know maybe some others create a linked file
referring to a and did not tell us the fact. So we must find the truth
from the OS or shell.
There is no way other than to search every file in the system to see
if any of them are a soft link to a.
Chris Mattern
.
- References:
- How to know whether certain files was soft linked?
- From: wqhflp
- How to know whether certain files was soft linked?
- Prev by Date: Re: How to add 2 to wc -l returned rows count
- Next by Date: Re: How to add 2 to wc -l returned rows count
- Previous by thread: Re: How to know whether certain files was soft linked?
- Next by thread: Slash problem in simple sed/awk/perl job
- Index(es):
Relevant Pages
|