Penguin

Differences between current version and previous revision of rmdir(2).

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

Newer page: version 3 Last edited on Monday, June 6, 2005 12:25:14 pm by PerryLorier
Older page: version 2 Last edited on Monday, March 17, 2003 1:07:50 am by PerryLorier Revert
@@ -20,9 +20,9 @@
 ;[ENAMETOOLONG]: ''pathname'' was too long. 
 ;[ENOENT]: A directory component in ''pathname'' does not exist or is a dangling symbolic link. 
 ;[ENOTDIR]: ''pathname'', or a component used as a directory in ''pathname'', is not, in fact, a directory. 
 ;[ENOTEMPTY]: ''pathname'' contains entries other than __.__ and __..__ . 
-;[EBUSY]: ''pathname'' is the current working directory or root directory of some process. 
+;[EBUSY]: ''pathname'' is the current working directory or root directory of some process. Linux lets you remove the current working directory of a process, it will keep the directory around until the process exits. Linux will however complain if you try and remove a mountpoint that is in use
 ;[ENOMEM]: Insufficient kernel memory was available. 
 ;[EROFS]: ''pathname'' refers to a file on a read-only filesystem. 
 ;[ELOOP]: Too many symbolic links were encountered in resolving ''pathname''. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.