I am in a file called [builddirectory.cgi]. which is located in my [cgi-bin] directory.
I want to create a directory in another area, for example:
../picures/christmas2005
I want to create another directory under [christmas2005] called [text]
[mkdir text] only creates a directory in the cgi-big called [text].
How do I tell it to create the directory in [../picures/christmas2005]?
Thanks for your help.