answersLogoWhite

0


Best Answer

"crontab -e".

User Avatar

ki2ne

Lvl 8
4y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create or edit a crontab in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command allow you to edit the cron jobs for the current user in linux?

crontab -e


How do you automate a command in Linux?

Use the cron jobs See /etc/cron.daily /etc/cron.weekly /etc/cron.hourly /etc/crontab and the command crontab


How do you create partitions in Linux?

You can use a program called GParted to add, edit, and delete partitions.


Which command can be used to execute a series of Linux commands at a specified time?

You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command


How can a user set up their own crontab entry?

crontab -e


How do you edit an inode in Linux since everything in Linux is a file?

You don't edit inodes manually. They are managed by the file system driver.


What is the function of the crontab file in Linux?

Unix Cron is a daemon ('service') that runs in the background and runs the commands specified in the crontab file at the intervals specified within. This allows someone to easily run a program or script every hour, day, week, etc. The crontab file can be found in two places. Typically, it is located in the /etc directory. Cron also supports multi-user setups, in which case you will also find other 'crontab' files in some distribution-specific location (I believe /var/spool/cron, named after the user that owns the file). More information on Cron can be found by Googling "cron" or "crontab".


How do you edit partitions in Linux?

man fdisk


How do you stop a crontab from emailing you?

Just add this to the end of the crontab line > /dev/null 2>&1


What will be the commans to create sub directory Linux under aptech?

mkdir aptech/Linux


What does Crontab refer to in technology?

A Crontab is a task that consists of four date/time fields and a command field. If there is a match between the four fields then the command field is executed.


How do you create a rescue boot CD in Linux?

No!