搜索

此内容没有您所选择的语言版本。

27.2.3. Configuring an At Job

download PDF
To schedule a one-time job for a specific time with the At utility, do the following:
  1. On the command line, type the command at TIME, where TIME is the time when the command is to be executed.
    The TIME argument can be defined in any of the following formats:
    • HH:MM specifies the exact hour and minute; For example, 04:00 specifies 4:00 a.m.
    • midnight specifies 12:00 a.m.
    • noon specifies 12:00 p.m.
    • teatime specifies 4:00 p.m.
    • MONTHDAYYEAR format; For example, January 15 2012 specifies the 15th day of January in the year 2012. The year value is optional.
    • MMDDYY, MM/DD/YY, or MM.DD.YY formats; For example, 011512 for the 15th day of January in the year 2012.
    • now + TIME where TIME is defined as an integer and the value type: minutes, hours, days, or weeks. For example, now + 5 days specifies that the command will be executed at the same time five days from now.
      The time must be specified first, followed by the optional date. For more information about the time format, see the /usr/share/doc/at-<version>/timespec text file.
    If the specified time has past, the job is executed at the time the next day.
  2. In the displayed at> prompt, define the job commands:
    • Type the command the job should execute and press Enter. Optionally, repeat the step to provide multiple commands.
    • Enter a shell script at the prompt and press Enter after each line in the script.
      The job will use the shell set in the user's SHELL environment, the user's login shell, or /bin/sh (whichever is found first).
  3. Once finished, press Ctrl+D on an empty line to exit the prompt.
If the set of commands or the script tries to display information to standard output, the output is emailed to the user.
To view the list of pending jobs, use the atq command. See Section 27.2.5, “Viewing Pending Jobs” for more information.
You can also restrict the usage of the at command. For more information, see Section 27.2.7, “Controlling Access to At and Batch” for details.
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.