.\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" This manpage is Copyright (C) 1992 Drew Eckhardt; .\" 1993 Michael Haardt, Ian Jackson. .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" .\" Modified Sat Jul 24 00:39:47 1993 by Rik Faith .\" Modified Fri Jan 31 16:49:53 1997 by Eric S. Raymond .\" .TH RMDIR 2 "24 Juli 1993" "Linux 0.99.7" "Linux Programmeurs Handleiding"" .SH NAAM rmdir \- schrap een directorie .SH OVERZICHT .B #include .sp .BI "int rmdir(const char *" padnaam ); .SH BESCHRIJVING .B rmdir schrapt een directorie, die leeg moet zijn. .SH "TERUGGEEF WAARDE" Bij success wordt nul teruggegeven. Bij falen wordt \-1 teruggegeven, en wordt .I errno naar behoren gezet. .SH FOUTEN .TP .B EPERM {toestemming} Het bestandsysteem dat .IR padnaam bevat, ondersteund het verwijderen van directories niet. .TP .B EFAULT {fout} .IR padnaam " wijst buiten door u toegankelijke adresruimte." .TP .B EACCES {toegang} Schrijf toegang werd niet toegestaan voor het geldende uid van het proces, of een van de directories in .IR padnaam stond zoek (uitvoer) toestemming niet toe. .TP .B EPERM {toestemming} De directorie die .I padnaam bevat heeft het sticky bit .RB ( S_ISVTX ) aanstaan en het geldende uid van het proces is niet het uid van het bestand dat geschrapt zal worden, nog dat van de directorie waar het in zit. .TP .B ENAMETOOLONG {naam te lang} .IR padnaam " was te lang." .TP .B ENOENT {geen ingang} Een directorie deel van .I padnaam bestaat niet of is een loshangende symbolische koppeling. .TP .B ENOTDIR {geen dir} .IR padnaam , of een deel gebruikt als dir van .IR padnaam , is in feite geen dir. .TP .B ENOTEMPTY {niet leeg} .I padnaam bevat ingangen, anders dan .BR . " en " .. " ." .TP .B EBUSY {bezig} .I padnaam is momenteel de werk-directorie of root {"root"} dir van een of ander proces. .TP .B ENOMEM {geen geheugen} Onvoldoende besturingssysteemgeheugen voorhanden. .TP .B EROFS {alleen-lezen bs.} .I padnaam verwijst naar een bestand op een alleen-lezen bestandsysteem. .TP .B ELOOP {cirkel} Teveel symbolische koppelingen werden tegengekomen bij het "oplossen" van .IR padnaam . .SH "VOLDOET AAN" SVr4, SVID, POSIX, BSD 4.3 .SH BUGS Ongelukkigheden in het protocol waar NFS op stoelt kunnen het onverwacht verdwijnen van directories veroorzaken die nog steeds gebruikt worden. .SH "ZIE" .BR rename "(2) {hernoem}," .BR mkdir "(2) {maak dir}," .BR chdir "(2) {verander dir}," .BR unlink "(2) {maak-los}," .BR rmdir "(1) {verwijder dir}," .BR rm "(1) {verwijder}" .\" Translated Fri Nov 10 16:08:33 CET 2000 by Jos Boersema .\" .SH VERTALING Dit is een handleiding uit \fBmanpages-dev 1.29\fR. Alles wat tussen `\fB{\fR'..`\fB}\fR' staat is \fBaanvullende vertaling\fR, en hoort \fBniet\fR bij de originele handleiding. Email naar . .\"Vertaling Jos Boersema $Id: rmdir.2,v 1.1 2003/04/28 18:43:35 bokkie Exp $