home *** CD-ROM | disk | FTP | other *** search
- Process :
-
- -1 Create a temporary directory
- -2 Copy the .tar file for the corresponding database into this directory
- -3 Change current directory to this directory, then extract
- files with the tar command
- -4 Run the installation program
- -5 Delete the temporary directory
-
- Example :
-
- # mkdir /tmp/install
- # cp informix.tar /tmp/install/.
- # cd /tmp/install
- # tar xvf informix.tar
- # ./tunsql.install
- # rm *
- # cd /
- # rmdir /tmp/install
-