I have edited my root's crontab. Will root's cron jobs still run when I'm logged in as another user?
|
feedback
|
|
The cron daemon runs as a daemon, and runs jobs irrespective of who, if anyone, is logged in. (Remember that Unix used to run on big servers with hundreds of users, most of which would be be logged out at evening/night.) | |||||
feedback
|
|
Yes, root's cron jobs will still run even if you're logged in as another user. | ||||
feedback
|