Technical Briefs
ROHAN help Files
![]()
cd
cd means change directory. That is, change (move) to that directory so that it becomes the default (working) directory. Syntax for cd is:
rohan%cd [directory]where [directory] is the name of the directory you wish as your default (working) directory. Usage example:
rohan%cd /stuff/thingscauses all further commands which refer to the default (working) directory to look in /stuff/things first.
To return to your home directory, just type:
rohan%cd
![]()