Suspend/Hibernate operation from comandline 27 December 2018, 14:22:51 Hello all.I am wondering how I can suspend/hibernate my system from command line.I mean if in artix linux exist some commands, which helps suspend hibernate system.I know that I can perform this operation in low level way by putting content to /sys/power/stateIs this only one way of doing this?
Re: Suspend/Hibernate operation from comandline Reply #1 – 27 December 2018, 17:34:38 You can use loginctl. See man loginctl for details.As for hibernation, you may want to read ArchWiki's entry about it. 2 Likes
Re: Suspend/Hibernate operation from comandline Reply #2 – 27 December 2018, 20:39:13 Thanks you a lot for answer! 1 Likes
Re: Suspend/Hibernate operation from comandline Reply #3 – 28 December 2018, 12:05:49 Also, laptop-mode-tools from the AUR provides the pm-suspend and pm-hibernate commands.