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