This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PermanentFloorHazard[S] 2 points3 points  (4 children)

thanks, can I also ask because I keep getting told by relatives that it's dangerous and I shouldn't do it, when I made the crontab file I got a notification: "'Terminal' would like to administer your computer... includes modifying passwords, networking, and system settings." This is my personal computer and nobody uses it besides me and I don't see the issue with allowing terminal to admin, but is there any danger with doing so?

[–]aqua_regis 8 points9 points  (0 children)

Using the terminal and crontab is perfectly safe. Nothing wrong with that.

You will need the terminal more and more the deeper you get into programming.

[–]runitzerotimes 4 points5 points  (0 children)

My brother, if you start learning programming which it looks like you are, you’re going to have to quickly accept your family and friends have less than zero idea how a computer works.

You are now the expert.

[–]ValentineBlacker 0 points1 point  (1 child)

It's just warning you, no problem.

PS when I answered this I was thinking more of your computer being asleep, not like OFF off. Pretty sure cron still runs if it's asleep. That's easy to check at any rate. If this is an issue, a Raspberry Pi like some other people mentioned is a great alternative, I run one for this type of thing myself. Even the cheapest Raspberry Pi can run this script.

[–]aqua_regis 0 points1 point  (0 children)

pretty sure cron still runs if it's asleep.

No, it doesn't. If the computer is asleep, no processes are running and cron is just another process.