- Команда at в Linux
- Установка at
- Как использовать команду at
- batch команда
- Указание времени выполнения
- Указание очереди
- Список незавершенных вакансий
- Удаление незавершенных заданий
- Ограничение пользователей
- Выводы
- Linux at, batch, atq, and atrm commands
- Description
- Specifying Time
- Using atq to view your at queue
- Syntax
- Technical description
- Options
- Files
- Examples
- Related commands
Команда at в Linux
at — это утилита командной строки, которая позволяет вам планировать выполнение команд в определенное время. Задания, созданные с помощью at , выполняются только один раз.
В этой статье мы расскажем , как использовать at и его компаньоны утилитами batch , atq , atrm просматривать, удалять и создавать новые рабочие места , которые должны выполняться в более позднее время.
Установка at
В зависимости от дистрибутива at может присутствовать или отсутствовать в вашей системе Linux.
Если at не установлен, вы можете легко установить его с помощью диспетчера пакетов вашего дистрибутива.
- Установить at Ubuntu и Debian
- Установить at CentOS и Fedora
После установки программы убедитесь, что atd , демон планирования запущен и настроен на запуск при загрузке:
Как использовать команду at
Упрощенный синтаксис команды at выглядит следующим образом:
Команда at принимает дату и время ( runtime ), когда вы хотите выполнить задание, как параметр командной строки, и команду, которая должна быть выполнена из стандартного ввода.
Создадим задание, которое будет выполнено в 9:00:
Как только вы нажмете Enter , вам будет представлена командная строка at которая чаще всего начинается с at> . Вы также увидите предупреждение о том, в какой оболочке будет выполняться команда:
Введите одну или несколько команд, которые хотите выполнить:
Когда вы закончите вводить команды, нажмите Ctrl-D чтобы выйти из подсказки и сохранить задание:
Команда отобразит номер задания, время и дату выполнения.
Есть и другие способы , чтобы пройти команду , которую вы хотите запустить, помимо ввода команды в at строке. Один из способов — использовать echo и направить команду по at :
Другой вариант — использовать здесь документ :
Чтобы читать команды из файла вместо стандартного ввода, вызовите команду с параметром -f путь к файлу. Например, чтобы создать задание, которое будет запускать скрипт /home/linuxize/script.sh :
По умолчанию, если команда производит вывод, at отправит электронное письмо с выводом пользователю после завершения задания. Invoke at с -M опцией для подавления уведомлений по электронной почте:
Используйте -m чтобы отправить электронное письмо, даже если нет вывода:
batch команда
batch или его псевдоним at -b планирует задания и выполняет их в пакетной очереди, если позволяет уровень загрузки системы. По умолчанию задания выполняются, когда средняя загрузка системы ниже 1,5. Значение нагрузки можно указать при вызове демона atd . Если средняя загрузка системы выше указанной, задания будут ждать в очереди.
Чтобы создать batch задание, передайте команды, которые хотите выполнить:
Указание времени выполнения
Утилита at поддерживает широкий диапазон временных характеристик. Вы можете указать время, дату и приращение от текущего времени:
- Время — чтобы указать время, используйте форму HH:MM или HHMM . Чтобы указать 12-часовой формат времени, используйте am или pm после времени. Вы также можете использовать такие строки, как now , midnight , noon или teatime (16:00). По истечении указанного времени задание будет выполнено на следующий день.
- Дата — команда позволяет запланировать выполнение задания на заданную дату. Дату можно указать, используя название месяца, за которым следует день и (необязательно) год. Вы можете использовать строки, например, today , tomorrow или будний день. Дата также может быть указана в MMDD[CC]YY , MM/DD/[CC]YY , DD.MM.[CC]YY или [CC]YY-MM-DD .
- Increment — at также принимает приращения в формате now + count time-unit , где count — это число, а time-unit может быть одной из следующих строк: minutes , hours , days или weeks .
Время, дату и приращение можно комбинировать, вот несколько примеров:
- Запланируйте работу на ближайшее воскресенье на время на десять минут позже текущего:
- Запланируйте запуск задания на 13:00 через два дня:
- Запланируйте запуск задания на 12:30 21 октября 2020 г .:
- Запланируйте запуск задания через час:
Вы также можете указать время и дату в [[CC]YY]MMDDhhmm[.ss] используя параметр -t . Вот пример:
Указание очереди
По умолчанию задания, созданные с помощью at , планируются в очереди с именем a а задания, созданные с помощью batch , планируются в очереди b .
Запросы могут иметь имена от a до z и от A до Z Очереди с меньшими буквами работают с меньшей аккуратностью, что означает, что они имеют приоритет над очереди с более высокими буквами.
Вы можете указать очередь с помощью опции -q . Например, чтобы установить задание в L очередь, вы должны запустить:
Список незавершенных вакансий
Чтобы вывести список ожидающих заданий пользователя, выполните atq или at -l :
В выводе будут перечислены все задания, по одному в каждой строке. Каждая строка включает номер задания, дату, время, букву очереди и имя пользователя.
Когда atq вызывается от имени администратора, он перечисляет ожидающие задания всех пользователей.
Удаление незавершенных заданий
Чтобы удалить отложенное задание, atrm команду atrm или at -r после которой atrm номер задания. Например, чтобы удалить задание с номером девять, вы должны запустить:
Ограничение пользователей
/etc/at.deny и /etc/at.allow позволяют контролировать, какие пользователи могут создавать задания с помощью команды at или batch . Файлы состоят из списка имен пользователей, по одному имени пользователя в строке.
По умолчанию существует только файл /etc/at.deny и он пуст, что означает, что все пользователи могут использовать команду at . Если вы хотите отказать в разрешении определенному пользователю, добавьте имя пользователя в этот файл.
Если файл /etc/at.allow существует, только пользователи, перечисленные в этом файле, могут использовать команду at .
Если ни один из файлов не существует, только пользователи с правами администратора могут использовать команду at .
Выводы
Утилита at считывает команды со стандартного ввода и выполняет их позже. В отличие от crontab , задания, созданные с помощью at , выполняются только один раз.
Для получения дополнительной информации обо всех доступных параметрах команды at введите man at в вашем терминале.
Если у вас есть вопросы, не стесняйтесь оставлять комментарии.
Источник
Linux at, batch, atq, and atrm commands
On Unix-like operating systems, the at, batch, atq, and atrm commands can schedule a command or commands to be executed at a specified time in the future.
This page covers the GNU/Linux versions of at, batch, atq, and atrm.
Description
The at command schedules a command to run once at a particular time you normally have permission to run. The at command can be anything from a simple reminder message, to a complex script. You start by running the at command at the command line, passing it the scheduled time as the option. It then places you at a special prompt, where you can type in the command (or series of commands) to run at the scheduled time. When you’re done, press Control-D on a new line, and your command will be placed in the queue.
A typical at command sequence looks like this (commands you type are shown here in the blue box, or in bold face below):
When we ran the command, the first thing at did was give us a «warning» telling us what command shell our commands run with: in this case, /bin/sh, the Bourne Shell. This shell is the traditional standard Unix shell.
It then places us at the at> prompt. Here we type in a simple echo command, which echoes a string of text. We press Enter , and we’re placed at a new at> prompt. We then press Control-D, telling at we’re all done with our commands. It then tells us that our job is job number 1 and that it runs next Tuesday.
The output of your specified command will be mailed to you. You can read this mail with the mail program, or a program like pine (or the modern version of pine, called alpine). You can download these programs if you don’t have them, or install them with your package manager; for example, on Ubuntu, which uses the APT package management system, you can install them using the apt-get command, specifically: sudo apt-get install mail or sudo apt-get install alpine.
Specifying Time
at uses a very casual representation of time and date. It even knows some «commonly used» times you might not expect — it knows that «teatime» is traditionally at 4 PM, for instance.
Here are examples of times you can pass to at to schedule a command. For instance, let’s assume the current time is 10:00 AM, Tuesday, October 18, 2014. The following expressions would translate to the following times:
the expression: | would translate to: |
---|---|
noon | 12:00 PM October 18 2014 |
midnight | 12:00 AM October 19 2014 |
teatime | 4:00 PM October 18 2014 |
tomorrow | 10:00 AM October 19 2014 |
noon tomorrow | 12:00 PM October 19 2014 |
next week | 10:00 AM October 25 2014 |
next monday | 10:00 AM October 24 2014 |
fri | 10:00 AM October 21 2014 |
NOV | 10:00 AM November 18 2014 |
9:00 AM | 9:00 AM October 19 2014 |
2:30 PM | 2:30 PM October 18 2014 |
1430 | 2:30 PM October 18 2014 |
2:30 PM tomorrow | 2:30 PM October 19 2014 |
2:30 PM next month | 2:30 PM November 18 2014 |
2:30 PM Fri | 2:30 PM October 21 2014 |
2:30 PM 10/21 | 2:30 PM October 21 2014 |
2:30 PM Oct 21 | 2:30 PM October 21 2014 |
2:30 PM 10/21/2014 | 2:30 PM October 21 2014 |
2:30 PM 21.10.14 | 2:30 PM October 21 2014 |
now + 30 minutes | 10:30 AM October 18 2014 |
now + 1 hour | 11:00 AM October 18 2014 |
now + 2 days | 10:00 AM October 20 2014 |
4 PM + 2 days | 4:00 PM October 20 2014 |
now + 3 weeks | 10:00 AM November 8 2014 |
now + 4 months | 10:00 AM February 18 2015 |
now + 5 years | 10:00 AM October 18 2019 |
. so if you run the command:
. and then enter a command at the at> prompt, press Enter , and type Control-D, you will be mailed the results of your command ten years from now.
If you don’t specify a time at the command line, at returns the following error message:
. and no job is added to the queue. So, always specify your time at the command line.
Using atq to view your at queue
You can use the program atq to view your currently-queued at jobs. Type atq to display the queue.
This information is, from left to right: job number, date, hour, year, queue, and username.
atq only list jobs that belong to you — unless you are the superuser, in which case it lists the jobs of all users. So to list all at jobs currently queued on the system, type this command (if you have superuser privileges):
. and type your password, when prompted.
Syntax
Technical description
at and batch read commands from standard input or a specified file that are to be executed at a later time, using sh.
at executes commands at a specified time.
atq lists the user’s pending jobs, unless the user is the superuser; in that case, everybody’s jobs are listed. The format of the output lines (one for each job) is: job number, date, hour, year, queue, and username.
atrm deletes jobs, identified by their job number.
batch executes commands when system load levels permit; in other words, when the load average drops below 1.5, or the value specified in the invocation of atd.
At allows fairly complex time specifications, extending the POSIX.2 standard. It accepts times of the form HH:MM to run a job at a specific time of day. (If that time is already past, the next day is assumed.) You may also specify midnight, noon, or teatime (4 P.M.) and you can have a time-of-day suffixed with AM or PM for running in the morning or the evening. You can also say what day the job runs by giving a date in the form month-name day with an optional year, or giving a date of the form MMDD[CC]YY, MM/DD/[CC]YY, DD.MM.[CC]YY or [CC]YY-MM-DD. The specification of a date must follow the specification of the time of day. You can also give times like now + count time-units, where the time-units can be minutes, hours, days, or weeks and you can tell at to run the job today by suffixing the time with today and to run the job tomorrow by suffixing the time with tomorrow.
For example, to run a job at 4 P.M. three days from now, you would do at 4pm + 3 days, to run a job at 10:00am on July 31, you would do at 10am Jul 31 and to run a job at 1am tomorrow, you would do at 1am tomorrow.
The definition of the time specification is found in /usr/share/doc/at/timespec.
For both at and batch, commands are read from standard input or the file specified with the -f option and executed. The working directory, the environment (except for the variables BASH_VERSINFO, DISPLAY, EUID, GROUPS, SHELLOPTS, TERM, UID, and _) and the umask are retained from the time of invocation.
As at is currently implemented as a setuid program, other environment variables (e.g., LD_LIBRARY_PATH or LD_PRELOAD) are also not exported. This may change in the future. As a workaround, set these variables explicitly in your job.
An at or batch command run from a su shell will retain the current userid. The user will be mailed standard error and standard output from his commands, if any. Mail will be sent using the command /usr/sbin/sendmail. If at is executed from a su shell, the owner of the login shell will receive the mail.
The superuser may always use these commands. For other users, permission to use at is determined by the files /etc/at.allow and /etc/at.deny. See at.allow for details.
Options
-V | Prints the version number to standard error and exits successfully. |
-q queue | Uses the specified queue. A queue designation consists of a single letter; valid queue designations range from a to z and A to Z. The a queue is the default for at and the b queue for batch. Queues with higher letters run with increased niceness. The special queue «=» is reserved for jobs that are currently running. |
If a job is submitted to a queue designated with an uppercase letter, the job is treated as if it were submitted to batch at the time of the job. Once the time is reached, the batch processing rules with respect to load average apply. If atq is given a specific queue, it only shows jobs pending in that queue.
Files
/var/spool/cron/atjobs
/var/spool/cron/atspool
/proc/loadavg
/var/run/utmp
/etc/at.allow
/etc/at.deny
Examples
Run the commands listed in the ‘my-at-jobs.txt‘ file at 1:35 AM. All output from the job will be mailed to the user running the task. When this command is successfully entered you’ll receive a prompt similar to the example below:
This command lists each of the scheduled jobs in a format like the following:
. this is the same as running the command atq.
Deletes job 1. This command is the same as running the command atrm 1.
Deletes job 23. This command is the same as running the command at -r 23.
Related commands
crontab — View and edit a list of jobs for the system to run at regular intervals.
Источник