# Отключение экрана консоли

```shell
sudo nano /etc/default/grub
```

> GRUB\_CMDLINE\_LINUX="consoleblank=120"

```shell
sudo update-grub
```