at Command Generator
Generate precise at commands for Linux task scheduling. Schedule one-time tasks with our interactive command generator tool.
at Command Generator
Schedule Type
Generated Command
Fill in the details and click "Generate Command" to see your at command
What is the at command?
The at
command in Linux is used to schedule one-time tasks to be executed at a specific time.
How at Commands Work
- Use
at
to schedule a command for a specific time - The command is added to the at queue
- The at daemon executes the command at the specified time
- The job is removed from the queue after execution
Quick Reference
Common at Commands
at 2:30
Schedule for 2:30 AM todayat 15:30
Schedule for 3:30 PM todayat now + 2 hours
Schedule for 2 hours from now
at Command Options
at -l
List pending jobsat -r job_id
Remove a scheduled job
Master Linux Scheduling
Get notified about new Linux tools and tutorials.
Related Tools
Account Lock/Unlock Script Generator
Generate Linux user account lock/unlock scripts and commands. Create automated scripts for managing account security, password policies, and user access control with comprehensive logging and notifications.
ACL Permission Generator (getfacl/setfacl)
<p>A Linux tool to generate getfacl and setfacl commands for managing Access Control Lists (ACLs) on files and directories.</p>
Anacron Job Generator (Daily/Weekly/Monthly)
Generate anacron job configurations for daily, weekly, and monthly tasks. Create reliable scheduled jobs that run even when the system is offline, with support for both anacron and systemd timer alternatives.
at Command Generator
Generate precise at commands for Linux task scheduling. Schedule one-time tasks with our interactive command generator tool.
AutoMount Configuration Tool
Configure automatic mounting of filesystems and devices at boot time. Create proper fstab entries, configure udev rules, and set up systemd mount units for seamless filesystem access without manual intervention.
Bind Mount Generator
Generate bind mount configurations for chroot environments, containers, and directory overlays. Create mount commands, fstab entries, and systemd mount units with proper options for various bind mount scenarios.