Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
autoexec.bat in linux?????
Name: Ram Date: September 16, 2002 at 14:45:44 Pacific OS: LINUX CPU/Ram: pentium
Comment:
Hi all, I am using emacs under Linux.I was wondering if there is some sort of "autoexec.bat" in linux to automatically load emacs editor when i login.Can anyone please help me?
Name: Touro Louco Date: September 16, 2002 at 16:06:20 Pacific
Reply:
The "real autoexec.bat" would be, depending on your distro, something like /etc/rc.d./rc.local (I tend not to mess with /etc/rc.d/rc).
But if you would be looking for something like the windows Startup folder in Linux, for kde you could use, ${HOME}/.kde/Autostart (at least under Mandrake).
0
Response Number 2
Name: David Perry Date: September 17, 2002 at 04:37:46 Pacific
Reply:
Scripts located in the /etc/rc directories are executed and different run levels when the machine is rebooted. These do tasks like establish networking, identify the machine, mount file space. To have application lauch each time you login, these commands should be put in one of he .profile files or a variant like .bash_profile.
0
Response Number 3
Name: 3Dave Date: September 17, 2002 at 07:14:30 Pacific
Reply:
A friend of mine actually uses emacs as his shell (as opposed to bash, ksh etc)! You can set that in /etc/passwd.
Summary: Armin Sorry to keep bugging you but.... I have checked my startup messages in /var/log but I can see no mention of xinetd. Can you tell me what file/files linux looks at on startyp to start a process/...
Summary: I just figured out I was running xitami ftp and http servers. It seems I also have telnet and smtp servers too running too. They are not in /etc/rc.d/rc.local Can someone give me ALL the other "auto...