Criar um Shell Script

1. Criar um Shell Script

alexandre miguel reis
alemiguelreis

(usa Outra)

Enviado em 17/09/2016 - 09:56h

Bom Dia!!!

Preciso criar um Shell Script para um trabalho da faculdade
o Shell Script precisa fazer
- atualizar o repertório
- fazer reparo de quebrados
- fazer atualização
ele devera ser executado todo os dias as 20:30 horas

sou novo no linux e estou com dificuldades para fazer, se alguém puder me ajudar fico agradecido desde ja.



  


2. Re: Criar um Shell Script

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/09/2016 - 09:59h

Você precisa fornecer algo do script já feito.
Falta também explicar melhor o que são estas ações.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



3. Criar um Shell Script

alexandre miguel reis
alemiguelreis

(usa Outra)

Enviado em 17/09/2016 - 10:12h

como falei na pergunta sou novo no linux e não sei praticante nada.

o que eu fiz ate agora foi isso:

#!/bin/bash
#apt-get update
#apt-get install -f
#apt-get -y upgrade






4. Re: Criar um Shell Script

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/09/2016 - 10:16h

É. Isto faz o que você quer.

Mas não pode usar deste modo:

# apt-get update

porque com # fica sendo comentário.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



5. Criar um Shell Script

alexandre miguel reis
alemiguelreis

(usa Outra)

Enviado em 17/09/2016 - 10:18h

ok

como eu faço para agendar para executar todos os dias as 20:30?



6. Re: Criar um Shell Script

Perfil removido
removido

(usa Nenhuma)

Enviado em 17/09/2016 - 10:32h

Para isto você usa cron.

Encontrei uma referência antiga, excelente.
Em português.

http://www.devin.com.br/crontab/

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



7. Criar um Shell Script

alexandre miguel reis
alemiguelreis

(usa Outra)

Enviado em 17/09/2016 - 11:10h

então no meu caso ficara assim:

30 20 * * * /home/teste/teste.sh

??






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts