From the NannyMUD documentation

LAST CHANGE

2001-01-29

FUNCTION


NAME

        cd - Change working directory.

SYNTAX

	cd [path]

DESCRIPTION

	cd changes the working directory to the directory pointed out by the
	given path. This directory is then default when doing any file
	operations. If no path is given, your home dir will be assumed.
	Standard path expansion will be done on the given path. Thus, you can
	use things like ~wizard, ~/, ../ etc.

NOTE

	Not every directory is possible to read for everybody.

EXAMPLE

	cd ..		Move up to parent directory.
	cd ~brom	Move to Brom's home dir.
	cd /obj		Move to the mudlib's obj directory.

SEE ALSO

        pwd in wizcommands/files/pwd

SEE ALSO

        ls in std/module/default/ls
        ls in wizcommands/files/ls

SEE ALSO

        mkdir in efun/disc_related/mkdir
        mkdir in wizcommands/files/mkdir