Hi !
I'm a newbie. Intalled RH7.3 about 2 months ago...so going through a difficult time....I have some basic questions...
1. I use KDE. When I insert a CD, it starts to autorun. After closing the autorun screen....I try to take the CD out....but it doesn't come out ! So I umount it ? Why does this happen ?
2. I always heard that the porbability of Linux crashing is very less...but I actually manage to crash it.....by keying in some commands...of course I didn't know what I was doing.....so I had to do boot.
Then yesterday, I ran a KDE game...the game just wouldn't move beyond the opening intru screen.
Question is : is there an equavalent to Ctrl-Alt-Delete in RH Linux so that I can kill processes.....(I'm aware of ps -A, and then kill <process id> . But when I ran the game, the entire screen had the game on it. Couldn't do anything about it.
3. More basic stuff :
I got 3 CDs with the Red Hat 7.3 bible. When you say that gcc is present and gcc-java, does that mean the c, c++ and java compilers are present.
How do I get started to work on c++ and java ? Do I need to do anything first ?
4. A clarification on the 'export' command :
I understand the following : when you set a env variable
set ABC=$PATH:/bin/somedir;export ABC
It sets the variable ABC in the open console only. If I want to make to visible to all the shells , I will have to put it in a file (can't remember the name) .Now if I put it in that (conf) file, won't the environ vars get loaded on boot ?
But the book says that I have to mention the export command in the file as well. Why ?
Thanks !!