The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-02-2006
matrixmadhan matrixmadhan is offline Forum Advisor  
Technorati Master
  
 

Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,953
the process that is dumping data to an output file will not be killed
untill the environment or the user is changing the permission bits of the file to which it is dumped, or file descriptor problem, invalidating file handler etc.

when we want to view the file where data is dumped the shell provides you with a different file handler without affecting the prime process that is dumping into the file. Hence there is no consistency problem as far as reading a file and taking a copy is concerned.