LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ok, ok, so I am not that much of a newbie..Or am I? (https://www.linuxquestions.org/questions/linux-newbie-8/ok-ok-so-i-am-not-that-much-of-a-newbie-or-am-i-45813/)

Pcghost 02-17-2003 11:01 AM

bz2.sh file to be installed
 
I have this Novell client for Linux I need to install. But I have completly forgotten how to work with bz2.sh files. I don't have my Red Hat 8 Bible with me at work today. Can some kind soul remind me how to install this package. Thanks...

I promise to answer at least 5 questions in this forum for asking this.. :rolleyes:


sorry about the title, I realized it doesn't make sense only after I hit submit. Maybe I should use the preview button.:newbie: :tisk:

fancypiper 02-17-2003 01:30 PM

Did you try commanding:

chmod 755 /path/to/<name>.bz2.sh
/path/to/<name>.bz2.sh

sh usually refers to a shell script.

bulliver 02-17-2003 01:30 PM

To tell the truth, I have never seen a bz2.sh file, but it would appear to be a bzip2ed shell script. I don't know if it would uncompress itself whilst running.

To run the shell file
sh filename

To uncompress it
bunzip2 filename


All times are GMT -5. The time now is 04:07 AM.