plan9 man page for chdir

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)

NAME
chdir - change working directory
SYNOPSIS
#include <u.h> #include <libc.h> int chdir(char *dirname)
DESCRIPTION
Chdir 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/9syscall
SEE ALSO
intro(2)
DIAGNOSTICS
Sets errstr. CHDIR(2)
Related Man Pages
chdir(2) - bsd
fchdir(2) - suse
chdir(2) - netbsd
fchdir(2) - netbsd
chdir(2) - osx
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 : I/O error