readingAtTheBeach replied to readingAtTheBeach's status
Another section that could've been useful is how background scheduled tasks work nowadays. The book says it's the cron daemon and that anyone can list or edit those tasks with crontab. The truth is, now that's the barest of hooks to run another tool called Anacron and it has no tool to list or manage its tasks. The text files all point to more text files and it's your typical mess of indirections and state you have to keep in your head, as you would be required to guess when the "weekly" tasks would run next, what has run recently, or even what any of these tasks are for, because distribution maintainers don't comment their anacrontab entries. Anacron is by no means too new to mention in this book: it is a quarter century old already.