Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site cad.UUCP Path: utzoo!linus!decvax!ittatc!dcdwest!sdcsvax!ucbvax!cad!faustus From: faustus@cad.UUCP (Wayne A. Christopher) Newsgroups: net.jokes Subject: Re: Re: So what about the CD newsgroup? Message-ID: <47@cad.UUCP> Date: Wed, 12-Feb-86 14:18:16 EST Article-I.D.: cad.47 Posted: Wed Feb 12 14:18:16 1986 Date-Received: Fri, 14-Feb-86 06:54:06 EST References: <2544@amdahl.UUCP> <11542@ucbvax.berkeley.edu.BERKELEY.EDU> <226@dmcnh.UUCP> Organization: U. C. Berkeley CAD Group Lines: 25 I don't see the big deal about cd. It's a very simple command really. Here is everything you need to know about it: CD(1) UNIX Programmer's Manual CD(1) NAME cd - change working directory SYNOPSIS cd directory DESCRIPTION Directory becomes the new working directory. The process must have execute (search) permission in directory. Because a new process is created to execute each command, cd would be ineffective if it were written as a normal command. It is therefore recognized and executed by the shells. In csh(1) you may specify a list of directories in which direc- tory is to be sought as a subdirectory if it is not a sub- directory of the current directory; see the description of the cdpath variable in csh(1). SEE ALSO csh(1), sh(1), pwd(1), chdir(2)