[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to detect symlinks?
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Mon, 30 Apr 2012 01:34:55 -0500
On Mon, Apr 30, 2012 at 1:16 AM, Rena <hyperhacker@gmail.com> wrote:
> On Mon, Apr 30, 2012 at 00:11, Jeff Pohlmeyer <yetanothergeek@gmail.com> wrote:
>> It also looks like the "mode" string for symlinkattributes will
>> return "link" for symbolic links
> Ah, did I miss that or is it not documented?
It's more-or-less documented, but the docs really don't explain if the
string "link" refers to hard or symbolic links, or that it only works
with symlinkattributes.
> I'm iterating a filesystem recursively, comparing backups to the
> original files to verify integrity.
I usually just use "diff -rq" for that.
- Jeff