LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   TrueImageServer9 install help (https://www.linuxquestions.org/questions/linux-newbie-8/trueimageserver9-install-help-483779/)

madman100 09-15-2006 10:43 AM

TrueImageServer9 install help
 
Hi can any one tell me how too install TrueImageServer9.1_d_en.i686 i tryed
Open terminal (console)
Log in as "root"
Make the installation file executable: # chmod +x file_name.i686
Run the binary: # ./file_name.i686
got this error chmod: cannot access `TrueImageServer9.1_d_en.i686': No such file or directory
./TrueImageServer9.1_d_en.i686: is a directory

Thanks
madman100

robbbert 09-16-2006 06:45 AM

. is root's home folder, not your own.

madman100 09-17-2006 05:18 AM

hi ni suse get a syntax error near unexpected token '(' when trying to install in root
in ubuntu when trying to install it will not let me log in to root

robbbert 09-17-2006 04:14 PM

As for the syntax error, you'ld need to provide more information.

As for logging in as root in Ubuntu, that's not enabled per default. Instead, either state,
Quote:

sudo <commandname>
to become root for one command only, or
Quote:

sudo -s
to become root for the terminal session.


All times are GMT -5. The time now is 08:36 AM.