Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 20:02:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 20:02:23 -0400 Received: from pc132.utati.net ([216.143.22.132]:28068 "HELO merlin.webofficenow.com") by vger.kernel.org with SMTP id ; Tue, 15 Oct 2002 20:02:22 -0400 Content-Type: text/plain; charset=US-ASCII From: Rob Landley To: linux-kernel@vger.kernel.org Subject: Set timestamp on symlink? Date: Tue, 15 Oct 2002 15:06:04 -0400 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: <20021016000940.B9E673A2@merlin.webofficenow.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 532 Lines: 13 I can query a symlink's timestamp with lstat(2), but can't seem to set it. Attempting to set it with utime() twiddles the file it points to (which in this case is on a read-only partition). Is there some kind of lutime(2) call I should be using? Can't find a man page on it... Rob - 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/