[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
fr:howtos:general_admin:task_scheduling [2015/09/11 02:13 (UTC)] – [Sources] cedricfr:howtos:general_admin:task_scheduling [2015/09/14 17:54 (UTC)] (Version actuelle) – [Interactive at] traduction [fr] cedric
Ligne 14: Ligne 14:
    * ''[[howtos:software:anacron|anacron]]'' -- anachronistic cron; a periodic scheduler that doesn't rely on the system being left on 24x7    * ''[[howtos:software:anacron|anacron]]'' -- anachronistic cron; a periodic scheduler that doesn't rely on the system being left on 24x7
  
-=====Using at===== +===== Utiliser at===== 
-The **//at//** command allows a user to execute commands or scripts at a specified time (requiredand date (optional). The commands can be entered via standard input, redirection, or file+La commande **//at//** permet à un utilisateur d'exécuter des commandes ou des scripts à une date (obligatoireet heure (facultatifspécifiquesLa commande peut être passé sur l'entrée standard, en redirection ou dans un fichier
  
 <code> <code>
Ligne 21: Ligne 21:
 </code> </code>
  
-=====Interactive at===== +===== at en mode Interractif ===== 
-Using the command **//at//** with standard input (keyboardis a little more complicated than typing one line in at the prompt. The command uses an internal "sub-shell" to gather the required information. Once the command information entry is complete, <key>Ctrl-D</key> (EOT) will signify entry completionThe **//-m//** flag specifies a mail message will be sent to the user when the job is finishedregardless if any output was created.+ 
 +Utiliser la commande **//at//** avec l'entrée standard (avec le clavierest un petit peu plus compliqué que de taper une ligne de commande au prompt. La commande utilise un "sub-shell" pour rassembler les information demandéesUne fois que l'entrée de la commande d'information est complète, <key>Ctrl-D</key> (EOT) signifiera la fin de l'entréeL'argument **//-m//** spécifie qu'un message mèl sera envoyé à l'utilisateur lorsque le job sera terminéà moins qu'une sortie ait été créée.
  
 <code> <code>
 fr:howtos:general_admin:task_scheduling ()