LMSouq
server-admin AI Answered

Appending to crontab with a shell script on Ubuntu

FI
Filo Stacks
2 months ago
10 views
Problem Description
I'm trying to add a line to the crontab on Ubuntu. Right now, I'm doing `crontab -e` and editing the crontab there. However, I can't seem to find the real crontab file, since `crontab -e` seems to give you a temporary working copy. `/etc/crontab` looks like the system crontab. What is the path of the crontab that `crontab -e` saves to? Thanks!

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base