zmaint I posted on reddit, but got no response: I did find this, but not sure this is the right way: https://discuss.getsol.us/d/5520-is-there-an-easy-way-to-reboot-the-system-without-have-to-power-down/7 Can someone please share the safe and correct way (or let me know if the way above is safe/correct) to permanently enable sysrq so I can safely restart if needed?
stalebrim zmaint You definitely should put it in /etc/sysctl.d/99-sysctl.conf. On Solus you should never touch /usr
zmaint stalebrim Apparently I'm doing something wrong. $ sudo echo "kernel.sysrq = 1" >> /etc/sysctl.d/99-sysctl.conf Gives me bash: /etc/sysctl.d/99-sysctl.conf: Permission denied
zmaint stalebrim Thank you that seems to have worked without any errors. cat /proc/sys/kernel/sysrq returns 1 so it should be ready to go! Much appreciate the help!