|

How can you make a command execute on startup in Linux?

I’m using Ubuntu Feisty Fawn. I need to execute a command in the terminal to fully enable my trackpoint each time I boot. I’d like to make this automated. Does Linux have something similar to an autoexec file?

Related posts:

  1. What are the different ways that a command prompt window can be started in openSUSE Linux?
  2. How do I add a command to linux so it execeutes a command when the server turns on?
  3. What is the command to display the last five entires of your systems /etc/passwd file in linux?
  4. is it possible to make new user accounts on a window xp comp on the linux terminal?
  5. Linux Tutorial: The Power of the Linux Find Command


1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...


2 Responses for “How can you make a command execute on startup in Linux?”

  1. logicaemp says:

    Debian is the upstream from Ubuntu, it’s almost the same process.

    You can try with /etc/inittab .
    I prefer to do it with /etc/init.d/*.sh

  2. l d says:

    This link goes to a discussion on starting programs under linux – including on booting up.

    http://www.linuxquestions.org/questions/linux-general-1/start-up-scripting-and-auto-login-for-stand-alone-linux-box-402713/

    Seek and ye shall find, ask and it takes a while.

Leave a Reply