Query: chdir
OS: plan9
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CHDIR(2) System Calls Manual CHDIR(2)NAMEchdir - change working directorySYNOPSIS#include <u.h> #include <libc.h> int chdir(char *dirname)DESCRIPTIONChdir changes the working directory of the invoking process to dirname. The working directory is the starting point for evaluating file names that do not begin with or as explained in intro(2). When Plan 9 boots, the initial process has for its working directory.SOURCE/sys/src/libc/9syscallSEE ALSOintro(2)DIAGNOSTICSSets errstr. CHDIR(2)
Related Man Pages |
---|
chdir(2) - opendarwin |
chdir(2) - minix |
chdir(2) - suse |
fchdir(2) - suse |
chdir(2) - netbsd |