[SOLVED] How can I use the `at` command in Mageia Terminal?

I want to set my computer to suspend after 30 minutes from now. I already know how set to suspend my computer right now, I type the following in terminal:
Searching in internet, I found the solution is to type:
But when I type the above in my Terminal, I get that message: at: command not found
Is this command not default in Linux? Is it a command from a particular distro and, if so, how can I substitute it?
Thanks!
- Code: Select all
$ pm-suspend
Searching in internet, I found the solution is to type:
- Code: Select all
$ echo pm-hibernate | sudo at now + 30 min
But when I type the above in my Terminal, I get that message: at: command not found
Is this command not default in Linux? Is it a command from a particular distro and, if so, how can I substitute it?
Thanks!