Category Archives: cli

Find out if a command has an alias in Linux

Users that passed the novice status in Linux know that you can give an alias to a longer command. For example, instead of df you can use df -haT for a better view of disk space usage. But what if you can’t remember if you already have set an alias for a certain command? Well,… Read More »

Automatic shutdown in Linux

You can tell your Linux box to shut down at a certain time of day using and customizing one of the commands below: shutdown 8:00 — Shutdown at 8:00 shutdown +13 — Shutdown after 13 minutes shutdown -r now — Shutdown and restart shutdown -k +2 — Display the  “The system is going DOWN to… Read More »