Como executar o comando na inicialização no linux? [duplicado]

1

Eu quero executar alguns comandos no momento da inicialização.

    
por Jimit 16.05.2011 / 13:36

1 resposta

4

Use /etc/rc.local

No meu sistema, o cabeçalho do comentário diz isso:

# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
    
por 16.05.2011 / 15:09

Tags