Você pode descarregar muitos drivers e componentes do SO alterando o nível de execução do sistema. Em sistemas sysV, o comando init x
foi usado para mudar para o nível x, mas os sistemas baseados em systemd têm uma implementação 'init' diferente.
Se você tiver um sistema baseado em systemd, eles forneceram o comando telinit x
para fornecer recursos equivalentes.
Os níveis de execução são definidos como
0 Halt Shuts down system.
1 Single-User Mode Does not configure network. interfaces, start daemons, or allow non-root logins.
2 Multiuser Mode Does not configure network interfaces or start daemons.
3 Multi-User Mode with Networking Starts the system normally.
4 Undefined Not used/User-definable.
5 X11 As runlevel 3 + display. manager(X).
6 Reboot Reboots the system.
Mude para o nível 1 e volte para 5
telinit 1
telinit 5