nedeľa 23. januára 2022

How to add module permanently?

 How to add module permanently?





vi /etc/modules-load.d/modules.conf
--name of modules

[root@localhost ~]# cat /etc/modules-load.d/modules.conf
msdos
sctp




systemctl restart systemd-modules-load.service


systemctl enable systemd-modules-load.service

 

check:

 

lsmod | grep -i msdos

 

lsmod | grep -i sctp

Žiadne komentáre:

Zverejnenie komentára