Showing posts with label suspend. Show all posts
Showing posts with label suspend. Show all posts

Monday, December 21, 2020

Sleep / suspend linux from command line

To suspend a linux machine using command (useful if you want to suspend a machine that is connected via ssh), the command is pretty simple

$ sudo systemctl suspend

That's all.