LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-18-2002, 04:00 PM   #1
Matt Phelps
LQ Newbie
 
Registered: Oct 2002
Location: Surrey, UK
Distribution: Red Hat 8.0
Posts: 11

Rep: Reputation: 0
Just installed RH 8.0 and I have some questions!


I really really hate Windows and I really really want to use Linux but boy is it complicated.

I've already had some applications lock up on me (Traceroute for example) and nearly everytime I log in and run Evolution email then I have to go through the whole setup thing. It never seems to remember my pop3 details or anything to do with my email account and I have to reenter the details every time.

In addition, once the email application is running and I try and check mail then I get a message about there 'not being enough space' to check mail. I can't understand why this would be the case at all.

I'm completely stumped with the email application. I can't seem to get it to work at all and I have to admit I'm tempted to go back to Windows again because at least I can check my email there!

Does anyone have an idea why I might be having such strange problems?

 
Old 10-18-2002, 07:09 PM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Welcome to LQ, Matt.

If you could run these programs from the command line and post any error messages that may be displayed, that'd be very helpful.

Cheers.
 
Old 10-18-2002, 10:14 PM   #3
Matt Phelps
LQ Newbie
 
Registered: Oct 2002
Location: Surrey, UK
Distribution: Red Hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Umm.....I really am showing my newbie colours! How do I run things from the command line?!
 
Old 10-19-2002, 07:42 AM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
OK. Open up the thing that looks like the ol' Dos prompt from Windows... I think konsole is a good one. Then type the name of the program you want to run... such as evolution (in little letters) and then see what happens.
 
Old 10-19-2002, 03:06 PM   #5
Matt Phelps
LQ Newbie
 
Registered: Oct 2002
Location: Surrey, UK
Distribution: Red Hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Right I see. Well at the $ prompt I typed 'evolution' and the application booted up okay although with an error message pop up box. Not sure what that said because it dissappeared too quick to read it. There was no error message in the terminal.

I sent myself an email from Mozilla and then checked mail with Evolution and all was fine (this time). I then clicked on calendar (because I thought I saw something about 'calendar' in the previous error message) and I get two errors:

Could not open the folder in 'file://home/matt/evolution/local/Calendar/calendar.ics

Could not open the folder in 'file://home/matt/evolution/local/Tasks/tasks.ics

When I closed down the command line terminal then evolution closed too - which I guess makes sense seeing as that was where I was running it from!

Another dumb question but using the command line I can go into directorys with the cd command, like with DOS but how do I go backwards or back up a level?
 
Old 10-19-2002, 03:11 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
cd .. and cd -

please... learn to love consoles, they save SO much hassle when you get to grips with them.
 
Old 10-19-2002, 03:27 PM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by Matt Phelps
Another dumb question but using the command line I can go into directorys with the cd command, like with DOS but how do I go backwards or back up a level?
You can also just type the path to the directory you want to go to.

Like to get back to / , you would just type cd /
Say your in /usr/local and want to go to /home/user/files, you would just type cd /home/user/files

 
Old 10-19-2002, 03:31 PM   #8
Matt Phelps
LQ Newbie
 
Registered: Oct 2002
Location: Surrey, UK
Distribution: Red Hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Ah I'm beginning to understand I think. I did try cd / but it didn't take me anywhere but I'm logged in as myself so I guess that's why. I suppose that if I was logged in as root and was in the /matt/home directory and then did cd / it would let me up a level.

Thanks.
 
Old 10-19-2002, 03:44 PM   #9
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
No..
You filesystem is organised as such:
/ = the bottom level
/home = where the users stuff if kept
/home/matt = where your stuff is kept

Now, if you were in the directory /home/matt, and you typed cd .., that would take you to /home. If, however, you typed cd /, that would take you to /. And, if you were to type cd /usr/share/sounds, that would take you... yep! /usr/share/sounds.

Have you read this? It's (quite) good for those that are very new to Linux. It does, somewhere, give an overview of moving around the filesystem.
 
Old 10-19-2002, 05:03 PM   #10
Matt Phelps
LQ Newbie
 
Registered: Oct 2002
Location: Surrey, UK
Distribution: Red Hat 8.0
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks, that's a useful link.
 
Old 10-19-2002, 07:26 PM   #11
SeanBoz
LQ Newbie
 
Registered: Oct 2002
Location: New Hampshire
Distribution: RH 8.0
Posts: 6

Rep: Reputation: 0
Also you can use cd .. (that is dot dot) to go up one directory. Just wanted to show that I learned at least one thing about linux.
Also you can type pwd to find what directory you are in. pwd = present working directory.

Good luck from 1 newB to another.

SeanBoz
 
Old 10-19-2002, 07:35 PM   #12
markus1982
Senior Member
 
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467

Rep: Reputation: 46
pwd = print working directory
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installed 2.6.13 from disk 2, now the questions Twister512 Slackware 4 11-21-2005 09:15 AM
Just installed 10.0 and I have a few questions. yakko Slackware 9 11-10-2004 04:00 PM
Have just installed, now for the questions cragwolf Slackware 14 08-04-2004 09:02 AM
just installed mandrake 9.0 few questions matt_w_lambert Mandriva 3 11-27-2003 08:46 PM
Finally installed Slackware - Many questions wickdgin Slackware 10 08-29-2002 06:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration