Post

Linux Shutdown Timer

This shutdown timer is very useful when you leave your computer while it’s still doing something, so the computer can shut down automatically. The way to do it is quite simple, using the -P parameter in the shut down function that you can access through the Terminal.

sudo shutdown -P 60 (60 menit=1jam)

sudo shutdown -P 03:00 (Otomatis mati pada jam 3 pagi)

Simple, right? Give it a try :)

This post is licensed under CC BY 4.0 by the author.