Peter Memishian writes: > > > For HP/UX, there's an fcntl() operation F_SETTIMES > > (see http://docs.hp.com/en/B2355-91021/B2355-91021.pdf and search > > within it) but it doesn't commit to restoring ctime (although it > > requires superuser privs). Not clear whether that's their solution or not. > > Haven't thought of a good search strategy for say AIX or the *BSDs > (google's > > BSD search didn't help me much 'cause that still contains a bunch of > > Linux related material). > > ... and the Linux approach is?
Already cited in this thread -- it's O_NOATIME. http://www.kernel.org/doc/man-pages/online/pages/man2/open.2.html -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
