Alright I have a Linux newbie question again...
I'm trying to follow the documentation for Fold-Server and I'm having a problem. The documentation says,
"If you can't get this going from the above output, here it is step by step.
* First, get into a terminal as root. You may either log in to a console as root (press Alt+F(number) keys to change what console you're on) or, when in X, right-click on the desktop, go to "XShells", and select "Root Access".
* To make sure you start in the right place, enter "cd /root". This will make sure that you end up in the /root directory.
* Enter "./getfold.pl". Remember, tab completion is your friend!"
I right click the desktop... XShells... click Root Access...
My screen reads: "root@fold-server:~#"
I type "cd/root" and I get "bash: cd/root: No such file or directory"
I type "./getfold.pl" and I get "bash: ./getfold.pl: No such file or directory"
How do I get to the correct location under root to run the ./getfold.pl? Thanks!!
NEVERMIND:
I fixed my own problem. It does look like there is a space between cd/root in the documentation. I was just playing around and found that you need a space, "cd /root". NEWBIE!! LOL
I'm trying to follow the documentation for Fold-Server and I'm having a problem. The documentation says,
"If you can't get this going from the above output, here it is step by step.
* First, get into a terminal as root. You may either log in to a console as root (press Alt+F(number) keys to change what console you're on) or, when in X, right-click on the desktop, go to "XShells", and select "Root Access".
* To make sure you start in the right place, enter "cd /root". This will make sure that you end up in the /root directory.
* Enter "./getfold.pl". Remember, tab completion is your friend!"
I right click the desktop... XShells... click Root Access...
My screen reads: "root@fold-server:~#"
I type "cd/root" and I get "bash: cd/root: No such file or directory"
I type "./getfold.pl" and I get "bash: ./getfold.pl: No such file or directory"
How do I get to the correct location under root to run the ./getfold.pl? Thanks!!
NEVERMIND:
I fixed my own problem. It does look like there is a space between cd/root in the documentation. I was just playing around and found that you need a space, "cd /root". NEWBIE!! LOL

