I have set up cron to do tape backup daily, and to run a dayend function of our software. The dayend function requires all users to be logged off. I have found that the cron for both of these functions (in root cron) have failed twice over the last month. I suspect that all users may not be logged off properly when the cron is set to run.
Q1. How long will an idle user stay logged in before connection is terminated?
Q2. If Q1 is never, how can I auto terminate idle users?
Q3. Is there another reason cron is not executing?
Q1. How long will an idle user stay logged in before connection is terminated?
Q2. If Q1 is never, how can I auto terminate idle users?
Q3. Is there another reason cron is not executing?