02-19-2024, 10:36 PM 
(This post was last modified: 02-20-2024, 01:16 AM by Yan.
 Edit Reason: Made location of inode in directory list clearer.
)
		
	
	
		Although there are 12 entries, there's only one file. You can check this by doing ls -i to see the inodes (first column):
	
	
	
	
	
Code:
$ ls -ali
total 321672
284301 drwxr-xr-x  2 root root    4096 26 aoû 10:32 .
284125 drwxr-xr-x 70 root root    69632 15 fév 17:36 ..
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 crocus_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 i915_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 iris_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 kms_swrast_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 nouveau_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 r300_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 r600_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 radeonsi_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 swrast_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 virtio_gpu_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 vmwgfx_dri.so
284302 -rw-r--r-- 12 root root 27442908 22 mar  2023 zink_dri.so
