By default your current working directory within Prism is the directory from which you started Prism. To change this working directory, use the cd command, just as you would in the Solaris environment. For example,
cd /sistare/bin
changes your working directory to /sistare/bin.
cd ..
changes your working directory to the parent of the current working directory. Issue cd with no arguments to change the current working directory to your login directory.
Prism interprets all relative file names with respect to the current working directory. Prism also uses the current working directory to determine which files to show in file-selection dialog boxes.
To find out what your current working directory is, issue the pwd command, just as you would in the Solaris environment.