Penguin

Differences between version 2 and previous revision of ETXTBSY.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, October 7, 2002 9:06:19 pm by WikiAdmin Revert
Older page: version 1 Last edited on Monday, October 7, 2002 9:05:49 pm by WikiAdmin Revert
@@ -3,10 +3,10 @@
 This occurs when you try and write to a file that is currently being run by the kernel. 
 For example: 
  $ cp /bin/cat example 
  $ ./example & 
- [1] 17238  
- [1]+ Stopped ./example 
+ [ [1] 17238  
+ [ [1]+ Stopped ./example 
  $ echo foo >example 
  bash: example: Text file busy 
  
 Note, that although you cannot overwrite the file, you can remove it: