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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-26-2004, 11:24 PM
|
#1
|
Member
Registered: Mar 2004
Location: boulder, co
Distribution: slack 12, debian 4, ubuntu server 6.10
Posts: 68
Rep:
|
start things on login
so i want fetchmail to start automatically.
i've done some searching, but i can't figure out what i need to edit to make things run/start when i login.
thanks
--andrew
|
|
|
03-26-2004, 11:39 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Depends on how you login, mate, and what
kind of environment you are in... if it were
a full-screen console put it ~/.bash_login,
if it's a desktop environment they have means
of their own, if you're using ~/.xsession
or ~/.xinitrc these would offer themselves to
detach some process ...
Cheers,
Tink
|
|
|
03-26-2004, 11:42 PM
|
#3
|
Member
Registered: Aug 2003
Location: Lewisville, TX
Distribution: Kubuntu
Posts: 295
Rep:
|
Open /home/YOUR USERNAME/.bashrc using KEdit (or a similar editor)
Where it says:
Code:
# User specific aliases and functions
Add this:
Code:
alias fetchmail='fetchmail'
To make sure this will work, type " fetchmail " (without the quotes) in a terminal
If fetchmail starts, this will work. If not, simply replace " fetchmail " with the correct command.
Example:
Code:
alias fetchmail="/usr/bin/fetchmail"
Save .bashrc
Now everytime you login fetchmail will start.
Last edited by vi0lat0r; 03-26-2004 at 11:44 PM.
|
|
|
03-27-2004, 12:34 AM
|
#4
|
Member
Registered: Mar 2004
Location: boulder, co
Distribution: slack 12, debian 4, ubuntu server 6.10
Posts: 68
Original Poster
Rep:
|
awesome, thanks guys
|
|
|
03-27-2004, 01:42 AM
|
#5
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally posted by vi0lat0r
Open /home/YOUR USERNAME/.bashrc using KEdit (or a similar editor)
Where it says:
Code:
# User specific aliases and functions
Add this:
Code:
alias fetchmail='fetchmail'
To make sure this will work, type " fetchmail " (without the quotes) in a terminal
If fetchmail starts, this will work. If not, simply replace " fetchmail " with the correct command.
Example:
Code:
alias fetchmail="/usr/bin/fetchmail"
Save .bashrc
Now everytime you login fetchmail will start.
|
How do you believe will defining an alias
automatically run fetchmail? :)
Cheers,
Tink
|
|
|
03-27-2004, 02:16 AM
|
#6
|
Member
Registered: Aug 2003
Location: Lewisville, TX
Distribution: Kubuntu
Posts: 295
Rep:
|
I use it to start SMB on login, that's how ;-)
|
|
|
03-27-2004, 03:07 AM
|
#7
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
If this actually happens for you your installation
is majorly screwed mate ;}
Cheers,
Tink
|
|
|
All times are GMT -5. The time now is 09:54 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|