LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie needs to know how to run programs from DVD, etc (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-needs-to-know-how-to-run-programs-from-dvd-etc-623553/)

urwethe 02-24-2008 04:09 PM

Newbie needs to know how to run programs from DVD, etc
 
Hello all,
Last time i used Unix was 15 years ago. I have installed Oracle's Linux version 5. Ok, all done, now I am at the Root: prompt. Here are my questions:
1) How do I run programs from CD/DVD and which ones do I run? I guess a .sh version of setup.exe??? Do I have to mount the device first? I have no idea here.
2) How do I create another user. Also, I forget the file for users that is the equivalent to autoexec.exe. Is it <username>.sh?
3) What script do I run to get a graphical interface?

I guess this is all for starters.

Thanks! :newbie:

jailbait 02-24-2008 04:44 PM

Quote:

Originally Posted by urwethe (Post 3068507)
:

1) How do I run programs from CD/DVD and which ones do I run? I guess a .sh version of setup.exe???

I don't understand your questions about which ones to run. Linux commands don't have any unique file name extension like .exe if that is what you are asking. Instead a Linux command is marked executable in the permissions field associated with each file.

Quote:

Originally Posted by urwethe (Post 3068507)
:

Do I have to mount the device first? I have no idea here.

You have to mount the device first. Then you run the command by giving the full path to the command, As an example:

/media/cdrom/usr/bin/eclipse


Quote:

Originally Posted by urwethe (Post 3068507)

2) How do I create another user.

Log in as root and use the adduser command. See:

man adduser



Quote:

Originally Posted by urwethe (Post 3068507)

3) What script do I run to get a graphical interface?

startx

See:

man startx

---------------------------
Steve Stites

urwethe 02-25-2008 05:41 AM

How to run programs etc.
 
Thanks, this is what I needed.


All times are GMT -5. The time now is 06:26 AM.