Where is the default PATH of crontab defined?
Issue
- If I create a cron job to show the default value of PATH of crontab:
# crontab -l
* * * * * echo $PATH >> /tmp/PATH
The result is "/usr/bin:/bin".
- Where is the default PATH of crontab defined? Does crontab have any configuration file to define PATH?
Environment
- Red Hat Enterprise Linux 5
- Red Hat Enterprise Linux 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.