- Command-line utility
- 根据 2 个来源
- 查看更多前往 Wikipedia 查看全部内容
at (command) - Wikipedia
In computing, at is a command in Unix-like operating systems, Microsoft Windows, and ReactOS used to schedule commands to be executed once, at a particular time in the future. 展开
Unix-like
On Unix-like operating systems, at reads a series of commands from standard input and collects them into one … 展开• Barrett, Daniel J. (2012). Macintosh Terminal Pocket Guide: Take Command of Your Mac. O'Reilly. ISBN 978-1449328986. 展开
• at: execute commands at a later time – Shell and Utilities Reference, The Single UNIX Specification, Version 4 from The Open Group
• batch: schedule commands to be executed in a batch queue – Shell and Utilities Reference, 展开CC-BY-SA 许可证中的维基百科文本 at Command in Linux with Examples - GeeksforGeeks
在geeksforgeeks.org上查看更多信息The ‘at’ is a command that allows the users to schedule one-time tasks or recurring jobs at a specific time and date. It is mainly useful for automating the system maintenance, backups, software updates, and various administrative tasks. The ‘at’ command works by following queuing mechanism for the commands to be execu…- 预计阅读时间:1 分钟
- 发布日期: 2020年6月30日
at (Unix) - 维基百科,自由的百科全书
At Command in Linux | Linuxize
2024年2月7日 · at is a command-line utility that allows you to schedule various commands and scripts to be executed automatically at a specific time and …
- 预计阅读时间:5 分钟
How to Use the Linux at Command {10 Examples} - phoenixNAP
- Schedule a Job Interactively. The at command allows you to schedule a job …
- Pipe a Job to at. Schedule a job without the interactive at prompt by piping …
- View a Scheduled Job. The -c option displays the contents of a previously …
- List Scheduled Jobs. The at utility allows you to review which jobs are still in …
- Send an Email Notification on Execution. The at utility sends email …
Linux at命令详解 - 良许Linux - 博客园
2021年10月29日 · 大家好,我是良许。 生活中,我们有太多场景需要使用到闹钟,比如早上 7 点起床,下午 4 点开会,晚上 8 点购物,等等。 在 Linux 系统里,我们同样也有类似的需求。比如我们想在凌晨 1 点将文件上传服务器,或 …
- 其他用户还问了以下问题
at - 在指定时间执行一个任务-腾讯云开发者社区-腾讯云
2025年2月2日 · at是 Unix 和类 Unix 系统中的一个命令,用于在指定的时间执行特定的任务,以下是关于它的详细介绍:. 基本用法. 命令格式:at [选项] [时间]。例如,要在明天下午 3 点执行 …
at(1p) — Linux manual page - man7.org
The original Standard can be obtained online at http://www.opengroup.org/unix/online.html. Any typographical or formatting errors that appear in this page are most likely to have been …
at(1) - Linux man page - Linux Documentation
at and batch read commands from standard input or a specified file which are to be executed at a later time. at. executes commands at a specified time. atq. lists the user's pending jobs, unless …
Linux命令之at - 苦逼运维 - 博客园
2018年7月26日 · [root@CentOS6 桌面]# at now +2 minutes at> echo "at now +2 minutes">3.txt at> job 6 at 2018-07-21 12:11 [root@CentOS6 桌面]# at -c 6 #!/bin/sh # atrun uid=0 gid=0 # …
- 某些结果已被删除