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) - opendarwin
chdir(2) - minix
chdir(2) - suse
fchdir(2) - suse
chdir(2) - netbsd
Similar Topics in the Unix Linux Community
Could not chdir to home directory
Could not chdir to home directory
implementing mkdir, chdir, mv, pwd inside a shell !
Could not chdir to home directory
Could not chdir to home directory : I/O error