From: David Brown <lvm@davidb.org>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Symbolic Link Related Query
Date: Fri, 10 Feb 2006 09:09:08 -0800 [thread overview]
Message-ID: <20060210170908.GA6918@old.davidb.org> (raw)
In-Reply-To: <DBFC31836FE4044AAC43F361228CA2F801A0427A@blr-m1-msg.wipro.com>
On Fri, Feb 10, 2006 at 07:07:39PM +0530, deepak.barua@wipro.com wrote:
> $ touch h
> $ ln h j
> $ ln -s h k
> $ ls -i h j k
> 176016 h 176016 j 176016 k
> $
Perhaps there is an 'ls' alias that is adding the '-L' option to
dereference symlinks. Perhaps try:
$ /bin/ls -i h j k
or
$ stat h j k
David Brown
next prev parent reply other threads:[~2006-02-10 17:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-10 13:37 [linux-lvm] Symbolic Link Related Query deepak.barua
2006-02-10 16:55 ` Luca Berra
2006-02-10 17:09 ` David Brown [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-02-13 6:56 deepak.barua
2006-02-03 6:21 deepak.barua
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060210170908.GA6918@old.davidb.org \
--to=lvm@davidb.org \
--cc=linux-lvm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).