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) - debian |
fchdir(2) - netbsd |
chdir(2) - osx |
fchdir(2) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Could not chdir to home directory |
What does ls /nosuchdir means ??? |
Could not chdir to home directory |
implementing mkdir, chdir, mv, pwd inside a shell ! |
Could not chdir to home directory |