Bob Todd wrote:
> then login at the server as root and
> cd /home/e-smith/files/ibays/rpms/files/some foldername/
>
> (now if only I wasnt a n00bie I could probably write me a
> command script that would save me typing that out everytime

Bob
I have gleaned these simple steps to make a script that may help you.
mkdir /foldername
pico /foldername/filename
will create a new blank file, then enter the contents
cd /home/e-smith/files/ibays/rpms/files/some foldername/
ls
Ctrl O to save & Ctrl X to exit
To run the script issue the command:
. /foldername/filename
The script will run and you should cd to the folder and see a list of the folder contents.
Regards
Ray Mitchell