From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Quinn Subject: Detecting file changes? Date: Mon, 10 Jun 2002 22:47:21 +0100 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3D051E69.2040000@htec.demon.co.uk> References: <20020609120501.A12543@whatever.local> <20020609174630.GA448@cam.ac.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Hello list. Is there a way other than polling to detect when a file's contents change? I was hoping something like select(2). Any ideas? Thanks, Chris