xref: /inferno-os/man/1/cd (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
CD 1
NAME
cd - change working directory
SYNOPSIS
cd [ directory ]
DESCRIPTION
Cd changes the working directory for the shell and all processes in its name space group (see sys-pctl (2)) to directory . If no argument is given, cd attempts to change to /usr/ user where user is the name read from /dev/user .
FILES
/dev/user
SOURCE
/appl/cmd/cd.b
"SEE ALSO"
pwd (1), sys-chdir (2), sys-pctl (2), cons (3)