.\" -*- coding: UTF-8 -*- .\" Copyright (c) 1992 Drew Eckhardt (drew@cs.colorado.edu), March 28, 1992 .\" .\" %%%LICENSE_START(VERBATIM) .\" 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. .\" %%%LICENSE_END .\" .\" Modified by Michael Haardt .\" Modified 1993-07-21 by Rik Faith .\" Modified 1995-04-15 by Michael Chastain : .\" Added 'fchdir'. Fixed bugs in error section. .\" Modified 1996-10-21 by Eric S. Raymond .\" Modified 1997-08-21 by Joseph S. Myers .\" Modified 2004-06-23 by Michael Kerrisk .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH CHDIR 2 "2 augustus 2019" Linux "Linux Programmeurs Handleiding" .SH NAAM chdir, fchdir \- verander de werkmap .SH SAMENVATTING \fB#include \fP .PP \fBint chdir(const char *\fP\fIpad\fP\fB);\fP .br \fBint fchdir(int \fP\fIbi\fP\fB);\fP .PP .RS -4 Feature Test Macro´s eisen in glibc (zie \fBfeature_test_macros\fP(7)): .RE .PP \fBfchdir\fP(): .PD 0 .ad l .RS 4 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED _XOPEN_SOURCE\ >=\ 500 || /* Sinds glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L || /* Glibc tot en met 2.19: */ _BSD_SOURCE .RE .ad .PD .SH BESCHRIJVING \fBchdir\fP() verandert de huidige werkmap van het aanroepende proces naar de map zoals opgegeven in \fIpad\fP. .PP \fBfchdir\fP() is hetzelfde als \fBchdir\fP, maar de map wordt gegeven als een open bestandindicator. .SH "EIND WAARDE" Bij succes wordt nul teruggegeven. Bij falen wordt \-1 teruggegeven en wordt \fIerrno\fP overeenkomstig gezet. .SH FOUTEN Afhankelijk van het bestandsysteem kunnen andere fouten worden teruggegeven. De meer algemene fouten voor \fBchdir\fP() worden hieronder genoemd: .TP \fBEACCES\fP Zoek toestemming is geweigerd op een deel van \fIpad\fP. (Zie ook \fBpath_resolution\fP(7).) .TP \fBEFAULT\fP \fIpad\fP wijst buiten door u toegankelijke adres ruimte. .TP \fBEIO\fP Een Invoer/Uitvoer fout trad op. .TP \fBELOOP\fP Teveel symbolische koppelingen werden tegengekomen bij het vaststellen van \fIpad\fP. .TP \fBENAMETOOLONG\fP \fIpad\fP is te lang. .TP \fBENOENT\fP The opgegeven bestand in \fIpad\fP bestaat niet. .TP \fBENOMEM\fP Onvoldoende kernelgeheugen voorhanden. .TP \fBENOTDIR\fP Een deel van \fIpad\fP is geen map. .PP De algemene fouten voor \fBfchdir\fP() worden hieronder genoemd: .TP \fBEACCES\fP Zoek\-toestemming werd geweigerd voor het map\-openen voor \fIbi\fP. .TP \fBEBADF\fP \fIbb\fP is geen geldige bestandsbeschrijving. .TP \fBENOTDIR\fP \fIbi\fP is geen map. .SH "VOLDOET AAN" POSIX.1\-2001, POSIX.1\-2008, SVr4, 4.4BSD. .SH OPMERKINGEN De huidige werkmap is het start punt voor het interpreteren van relatieve padnamen (die niet beginnen met \(aq/\(aq). .PP Een kind proces aangemaakt door \fBfork\fP(2) erft de werkmap van zijn ouder. De huidige werk map wordt niet verandert door \fBexecve\fP(2). .SH "ZIE OOK" \fBchroot\fP(2), \fBgetcwd\fP(3), \fBpath_resolution\fP(7) .SH COLOFON Deze pagina is onderdeel van release 5.10 van het Linux \fIman\-pages\fP\-project. Een beschrijving van het project, informatie over het melden van bugs en de nieuwste versie van deze pagina zijn op \%https://www.kernel.org/doc/man\-pages/ te vinden. .PP .SH VERTALING De Nederlandse vertaling van deze handleiding is geschreven door Jos Boersema , Mario Blättermann en Luc Castermans . .PP Deze vertaling is vrije documentatie; lees de .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE of later over de Copyright-voorwaarden. Er is geen AANSPRAKELIJKHEID. .PP Indien U fouten in de vertaling van deze handleiding zou vinden, stuur een e-mail naar .MT debian-l10n-dutch@lists.debian.org .ME .