LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Run CBT extracted from .rar files (https://www.linuxquestions.org/questions/linux-newbie-8/run-cbt-extracted-from-rar-files-613239/)

linuxqu 01-13-2008 04:03 AM

Run CBT extracted from .rar files
 
I recently extracted a CBT file (rar format)

Issue (My OS is Redhat EL 5)

1. I was able to unrar,(rarlinux-3.6.0.tar.gz) after unraring, it has created a file as follows.

[LINUX].Linux.CBT.Bash.Shell.Scripting-DDUiSO.bin

NOW THE POINT IS HOW TO VIEW AND RUN ON LINUX EL 5.

CAN YOU PLEASE HELP.

Regards

oskar 01-13-2008 06:30 AM

To view, open it with a text editor.
To execute, right click - go to preferences, and make sure that "allow execution" is checked. Or: from the command line type: chmod +x [LINUX]...
To execute it, simply type the full location of the binary. If you are in the directory, that would be ./ for "this direcrtory" followed by the filename. If execution is enabled, you can also double-click it in your file-manager and choose "run"

linuxqu 01-14-2008 04:04 AM

I tried as suggested but...
 
Hi there,

I did try as by ./ and the file name after changing ther permission to execute.

The error message is "Cannot execute binary file"

The site from where is have downloaded is as follows

http://www.ebookee.com/LinuxCBT-Scri...ng-_50307.html

Can you please help in this regard.

regards

jschiwal 01-14-2008 05:15 AM

What does the file command say that this file is?

linuxqu 01-14-2008 11:58 PM

It says the .bin file
 
Quote:

Originally Posted by jschiwal (Post 3021811)
What does the file command say that this file is?


[LINUX].Linux.CBT.Bash.Shell.Scripting-DDUiSO.bin

linuxqu 01-15-2008 12:13 AM

Quote:

Originally Posted by jschiwal (Post 3021811)
What does the file command say that this file is?

Sorry!

The File Command say


file Desktop/learn/\[LINUX\].LinuxCBT.Bash.Shell.Scripting-DDUiSO.bin

Desktop/learn/[LINUX].LinuxCBT.Bash.Shell.Scripting-DDUiSO.bin: data


regards

jschiwal 01-15-2008 04:31 AM

I'm wondering if that was a legal download. Looking for information on Linux CBT I found this site:
http://www.linuxcbt.com

I think that you have only the data file that their program uses to display the video and interact with the user. If it were a cdrom image the file command would have said so. If it were a flash or vnc capture, I think the file command would have printed that as well.


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