POV-Ray : Newsgroups : povray.off-topic : This is, in part, why many Windows updates require reboots : Re: This is, in part, why many Windows updates require reboots Server Time
29 Jul 2024 14:26:23 EDT (-0400)
  Re: This is, in part, why many Windows updates require reboots  
From: Darren New
Date: 5 Aug 2011 17:19:33
Message: <4e3c5e65$1@news.povray.org>
On 8/4/2011 21:17, Jim Henderson wrote:
> The package manager, for example, doesn't control whether files are
> replaced or deleted - what he's seeing is part of the standard filesystem
> behaviour.

Or, to put it another way...

% echo alpha > alpha ; echo beta > beta
% (sleep 20 ; cat ) < alpha &
% sleep 3 ; cp beta alpha

What does "cat" print?

% echo alpha > alpha ; echo beta > beta
% (sleep 20 ; cat ) < alpha &
% sleep 3 ; mv beta alpha

What does "cat" print?

They're both standard file system behaviors. It's the choice of the package 
manager to use one technique over the other, not the choice of the file system.

-- 
Darren New, San Diego CA, USA (PST)
   How come I never get only one kudo?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.