Re: Getting file attributes
Chris Wright (chris@wirex.com)
Wed, 10 Apr 2002 16:26:04 -0700
* Niki Rahimi (narahimi@us.ibm.com) wrote:
> Hi All,
> I have been working on finding a system call that will retrieve the
> current file's attributes, especially the file owner and permissions. have
> seen VOP_GETATTR() in OpenBSD, which returns such information in a
> structure. Is there anything equivalent to this on the Linux kernel?
> I've been searching through the kernel code for something equivalent
> but my paths have lead me nowhere.
does stat(2) have what you're lookig for??
cheers,
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/