> i am trying to run a script call fp_install.sh but my slink box says run > is not a command, what do i try
change into the directory where the script is and then run: # ./fp_install.sh if that gives you an error like this: bash: ./fp_install.sh: No such file or directory check the first line of the script and it's most likely pointing to a bash (or sh) that doesn't exist in that location. eg. there will be a line that looks something like this: #!/bin/sh you need to make sure that it's pointing to a copy of bash/sh that actually exists there. change the path and try again. adam.