Pebis
(usa Debian)
Enviado em 19/11/2017 - 10:14h
Utilize o comando ls -l e verá que existem diferenças. Em /boot são arquivos do Kernel (configuração) e em /lib/modules são os módulos do kernel. Repare que no /lib/modules a linha inicia com um "d", indicando directory, ou seja, é uma pasta e não um arquivo de configuração. Não sei se ficou claro.
pebis@pebis-System-Product-Name ~ $ ls -l /boot/
total 93996
-rw-r--r-- 1 root root 197057 Set 17 11:18 config-4.11.0
drwxr-xr-x 5 root root 12288 Nov 18 19:40 grub
-rw-r--r-- 1 root root 32770391 Nov 18 19:44 initrd.img-4.11.0
-rw------- 1 root root 3709064 Set 17 11:35 System.map-4.11.0
-rw------- 1 root root 7401696 Set 17 11:35 vmlinuz-4.11.0
pebis@pebis-System-Product-Name ~ $ ls -l /lib/modules/
total 120
drwxr-xr-x 3 root root 4096 Jul 12 2016 3.16.0-38-generic
drwxr-xr-x 3 root root 4096 Jul 12 2016 3.19.0-32-generic
drwxr-xr-x 4 root root 4096 Nov 18 19:42 4.11.0
drwxr-xr-x 3 root root 4096 Ago 28 2016 4.4.0-31-generic