Advertisement
Guest User

Untitled

a guest
Oct 7th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.13 KB | None | 0 0
  1.  
  2. [root@elen-x502ca ~]# lsblk
  3. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
  4. sda 8:0 0 447,1G 0 disk
  5. ├─sda1 8:1 0 8,4G 0 part
  6. ├─sda2 8:2 0 80,1G 0 part /var/tmp
  7. │ /var/log
  8. │ /srv
  9. │ /var/cache
  10. │ /home
  11. │ /root
  12. │ /
  13. ├─sda3 8:3 0 253M 0 part /boot/efi
  14. ├─sda4 8:4 0 146,5G 0 part
  15. ├─sda5 8:5 0 202,5G 0 part /run/media/elen/DATA
  16. └─sda6 8:6 0 276M 0 part
  17. zram0 254:0 0 3,7G 0 disk [SWAP]
  18. [root@elen-x502ca ~]# 5~^C
  19. [root@elen-x502ca ~]# ^C
  20. [root@elen-x502ca ~]# ^C
  21. [root@elen-x502ca ~]# sudo fdisk -l
  22. Диск /dev/sda: 447,14 GiB, 480113590272 байт, 937721856 секторов
  23. Disk model: WDC WDS480G2G0A-
  24. Единицы: секторов по 1 * 512 = 512 байт
  25. Размер сектора (логический/физический): 512 байт / 512 байт
  26. Размер I/O (минимальный/оптимальный): 512 байт / 512 байт
  27. Тип метки диска: gpt
  28. Идентификатор диска: 52CA9EC2-9B98-42E1-AAB1-43C7D04A0809
  29.  
  30. Устр-во начало Конец Секторы Размер Тип
  31. /dev/sda1 900882432 918417407 17534976 8,4G Linux своп
  32. /dev/sda2 732919808 900882405 167962598 80,1G EFI
  33. /dev/sda3 34 518143 518110 253M EFI
  34. /dev/sda4 1083392 308283391 307200000 146,5G EFI
  35. /dev/sda5 308283392 732919807 424636416 202,5G Microsoft basic data
  36. /dev/sda6 518144 1083391 565248 276M Microsoft basic data
  37.  
  38. Элементы таблицы разделов упорядочены не так, как на диске.
  39.  
  40.  
  41. Диск /dev/zram0: 3,72 GiB, 3992977408 байт, 974848 секторов
  42. Единицы: секторов по 1 * 4096 = 4096 байт
  43. Размер сектора (логический/физический): 4096 байт / 4096 байт
  44. Размер I/O (минимальный/оптимальный): 4096 байт / 4096 байт
  45. [root@elen-x502ca ~]# df -hT
  46. Файловая система Тип Размер Использовано Дост Использовано% Cмонтировано в
  47. dev devtmpfs 1,9G 0 1,9G 0% /dev
  48. run tmpfs 1,9G 1,6M 1,9G 1% /run
  49. /dev/sda2 btrfs 81G 22G 58G 28% /
  50. tmpfs tmpfs 1,9G 282M 1,6G 15% /dev/shm
  51. /dev/sda3 vfat 253M 572K 253M 1% /boot/efi
  52. /dev/sda2 btrfs 81G 22G 58G 28% /root
  53. /dev/sda2 btrfs 81G 22G 58G 28% /home
  54. /dev/sda2 btrfs 81G 22G 58G 28% /var/cache
  55. /dev/sda2 btrfs 81G 22G 58G 28% /srv
  56. /dev/sda2 btrfs 81G 22G 58G 28% /var/log
  57. /dev/sda2 btrfs 81G 22G 58G 28% /var/tmp
  58. tmpfs tmpfs 1,9G 564K 1,9G 1% /home/guest
  59. tmpfs tmpfs 1,9G 12M 1,9G 1% /tmp
  60. tmpfs tmpfs 381M 20M 362M 5% /run/user/1000
  61. /dev/sda5 fuseblk 203G 150G 53G 74% /run/media/elen/DATA
  62. [root@elen-x502ca ~]# df -hT
  63. Файловая система Тип Размер Использовано Дост Использовано% Cмонтировано в
  64. dev devtmpfs 1,9G 0 1,9G 0% /dev
  65. run tmpfs 1,9G 1,6M 1,9G 1% /run
  66. /dev/sda2 btrfs 81G 22G 58G 28% /
  67. tmpfs tmpfs 1,9G 282M 1,6G 15% /dev/shm
  68. /dev/sda3 vfat 253M 572K 253M 1% /boot/efi
  69. /dev/sda2 btrfs 81G 22G 58G 28% /root
  70. /dev/sda2 btrfs 81G 22G 58G 28% /home
  71. /dev/sda2 btrfs 81G 22G 58G 28% /var/cache
  72. /dev/sda2 btrfs 81G 22G 58G 28% /srv
  73. /dev/sda2 btrfs 81G 22G 58G 28% /var/log
  74. /dev/sda2 btrfs 81G 22G 58G 28% /var/tmp
  75. tmpfs tmpfs 1,9G 564K 1,9G 1% /home/guest
  76. tmpfs tmpfs 1,9G 12M 1,9G 1% /tmp
  77. tmpfs tmpfs 381M 20M 362M 5% /run/user/1000
  78. /dev/sda5 fuseblk 203G 150G 53G 74% /run/media/elen/DATA
  79. [root@elen-x502ca ~]# cat /etc/fstab
  80. # /etc/fstab: static file system information.
  81. #
  82. # Use 'blkid' to print the universally unique identifier for a device; this may
  83. # be used with UUID= as a more robust way to name devices that works even if
  84. # disks are added and removed. See fstab(5).
  85. #
  86. # <file system> <mount point> <type> <options> <dump> <pass>
  87. UUID=3BCE-919F /boot/efi vfat umask=0077 0 2
  88. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e / btrfs subvol=/@,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  89. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /home btrfs subvol=/@home,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  90. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /root btrfs subvol=/@root,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  91. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /srv btrfs subvol=/@srv,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  92. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /var/cache btrfs subvol=/@cache,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  93. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /var/log btrfs subvol=/@log,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  94. UUID=20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e /var/tmp btrfs subvol=/@tmp,defaults,noatime,space_cache,autodefrag,compress=zstd,discard=async,ssd 0 0
  95. UUID=9fb78667-7611-409a-a031-3e4fd24b27f0 swap swap defaults,noatime 0 0
  96. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  97. [root@elen-x502ca ~]# cat /etc/default/grub
  98. # GRUB boot loader configuration
  99.  
  100. GRUB_DEFAULT=0
  101. GRUB_TIMEOUT=10
  102. GRUB_DISTRIBUTOR="Garuda"
  103. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0 systemd.unified_cgroup_hierarchy=1 resume=UUID=9fb78667-7611-409a-a031-3e4fd24b27f0 loglevel=3"
  104. GRUB_CMDLINE_LINUX=""
  105.  
  106. # Preload both GPT and MBR modules so that they are not missed
  107. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  108.  
  109. # Uncomment to enable booting from LUKS encrypted devices
  110. #GRUB_ENABLE_CRYPTODISK=y
  111.  
  112. # Set to 'countdown' or 'hidden' to change timeout behavior,
  113. # press ESC key to display menu.
  114. GRUB_TIMEOUT=10
  115.  
  116. # Uncomment to use basic console
  117. GRUB_TERMINAL_INPUT=console
  118.  
  119. # Uncomment to disable graphical terminal
  120. #GRUB_TERMINAL_OUTPUT=console
  121.  
  122. # The resolution used on graphical terminal
  123. # note that you can use only modes which your graphic card supports via VBE
  124. # you can see them in real GRUB with the command `vbeinfo'
  125. GRUB_GFXMODE=auto
  126.  
  127. # Uncomment to allow the kernel use the same resolution used by grub
  128. GRUB_GFXPAYLOAD_LINUX=keep
  129.  
  130. # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
  131. # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
  132. #GRUB_DISABLE_LINUX_UUID=true
  133.  
  134. # Uncomment to disable generation of recovery mode menu entries
  135. GRUB_DISABLE_RECOVERY=true
  136.  
  137. # Uncomment and set to the desired menu colors. Used by normal and wallpaper
  138. # modes only. Entries specified as foreground/background.
  139. #GRUB_COLOR_NORMAL="light-blue/black"
  140. #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
  141.  
  142. # Uncomment one of them for the gfx desired, a image background or a gfxtheme
  143. #GRUB_BACKGROUND="/path/to/wallpaper"
  144. GRUB_THEME="/usr/share/grub/themes/garuda-dr460nized/theme.txt"
  145.  
  146. # Uncomment to get a beep at GRUB start
  147. #GRUB_INIT_TUNE="480 440 1"
  148.  
  149. # Uncomment to make GRUB remember the last selection. This requires
  150. # setting 'GRUB_DEFAULT=saved' above.
  151. #GRUB_SAVEDEFAULT=true
  152.  
  153. # Uncomment to disable submenus in boot menu
  154. #GRUB_DISABLE_SUBMENU=y
  155.  
  156. GRUB_DISABLE_OS_PROBER=false
  157. GRUB_DISABLE_OS_PROBER=false
  158. [root@elen-x502ca ~]# ls -ld /sys/firmware/efi/
  159. drwxr-xr-x 4 root root 0 окт 7 11:11 /sys/firmware/efi/
  160. [root@elen-x502ca ~]# sudo blkid -c /dev/null
  161. /dev/sda4: LABEL="WIN" BLOCK_SIZE="512" UUID="302A537E2A534050" TYPE="ntfs" PARTLABEL="Ba" PARTUUID="33176528-5061-484d-abff-3f4165959ed6"
  162. /dev/sda2: LABEL="garuda" UUID="20d6362b-4a51-4f7e-9c26-7c7ecc0ab42e" UUID_SUB="0cf3d379-7f24-4cb5-9587-c48fa2749f5e" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="2e675d17-a9da-7741-81d5-53149c615313"
  163. /dev/sda5: LABEL="DATA" BLOCK_SIZE="512" UUID="945232F85232DEA4" TYPE="ntfs" PARTUUID="b796a30a-93d9-4bf6-4324-12c5a1dfa312"
  164. /dev/sda3: SEC_TYPE="msdos" LABEL_FATBOOT="GRABER" LABEL="GRABER" UUID="3BCE-919F" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="001b37dd-4141-7448-ab3c-83d1c2339ce8"
  165. /dev/sda1: LABEL="swap" UUID="f72d33df-2bd4-4a10-acb0-b2210d090bf3" TYPE="swap" PARTUUID="1991058f-d94a-40dc-a896-d187ba0906a8"
  166. /dev/sda6: UUID="6D5A-F90B" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="3e45b825-d9fb-4236-8374-9f1bbef070bb"
  167. /dev/zram0: LABEL="zram0" UUID="ad29b644-27c3-4401-8f24-e43a5ed7cb8e" TYPE="swap"
  168. [root@elen-x502ca ~]# ls -laR /boot
  169. /boot:
  170. итого 117312
  171. drwxr-xr-x 1 root root 252 окт 4 08:06 .
  172. drwxr-xr-x 1 root root 234 сен 28 09:59 ..
  173. -rw-r--r-- 1 root root 512 окт 4 08:02 boot.0800
  174. -rw-r--r-- 1 root root 5040 окт 4 07:59 diag1.img
  175. drwx------ 3 root root 16384 янв 1 1970 efi
  176. drwxr-xr-x 1 root root 126 окт 7 12:59 grub
  177. -rw------- 1 root root 64978782 окт 3 21:48 initramfs-linux-zen-fallback.img
  178. -rw------- 1 root root 39868936 окт 3 21:47 initramfs-linux-zen.img
  179. -rw-r--r-- 1 root root 4769792 июн 8 21:31 intel-ucode.img
  180. -rw------- 1 root root 0 окт 4 08:06 map~
  181. drwxr-xr-x 1 root root 22 сен 28 09:53 memtest86+
  182. -rw-r--r-- 1 root root 10477280 сен 28 09:53 vmlinuz-linux-zen
  183.  
  184. /boot/efi:
  185. итого 20
  186. drwx------ 3 root root 16384 янв 1 1970 .
  187. drwxr-xr-x 1 root root 252 окт 4 08:06 ..
  188. drwx------ 4 root root 4096 окт 3 23:27 EFI
  189.  
  190. /boot/efi/EFI:
  191. итого 28
  192. drwx------ 4 root root 4096 окт 3 23:27 .
  193. drwx------ 3 root root 16384 янв 1 1970 ..
  194. drwx------ 2 root root 4096 окт 3 23:27 boot
  195. drwx------ 2 root root 4096 окт 3 23:27 Garuda
  196.  
  197. /boot/efi/EFI/boot:
  198. итого 288
  199. drwx------ 2 root root 4096 окт 3 23:27 .
  200. drwx------ 4 root root 4096 окт 3 23:27 ..
  201. -rwx------ 1 root root 286720 окт 3 23:27 bootx64.efi
  202.  
  203. /boot/efi/EFI/Garuda:
  204. итого 288
  205. drwx------ 2 root root 4096 окт 3 23:27 .
  206. drwx------ 4 root root 4096 окт 3 23:27 ..
  207. -rwx------ 1 root root 286720 окт 7 10:58 grubx64.efi
  208.  
  209. /boot/grub:
  210. итого 56
  211. drwxr-xr-x 1 root root 126 окт 7 12:59 .
  212. drwxr-xr-x 1 root root 252 окт 4 08:06 ..
  213. drwxr-xr-x 1 root root 22 окт 3 20:27 fonts
  214. -rw-r--r-- 1 root root 37358 окт 7 12:59 grub-btrfs.cfg
  215. -rw-r--r-- 1 root root 9000 окт 7 09:13 grub.cfg
  216. -rw-r--r-- 1 root root 1024 окт 3 21:47 grubenv
  217. drwxr-xr-x 1 root root 0 окт 7 08:50 i386-pc
  218. drwxr-xr-x 1 root root 536 окт 7 10:58 locale
  219. drwxr-xr-x 1 root root 18 окт 3 20:27 themes
  220. drwxr-xr-x 1 root root 6232 окт 7 10:58 x86_64-efi
  221.  
  222. /boot/grub/fonts:
  223. итого 2340
  224. drwxr-xr-x 1 root root 22 окт 3 20:27 .
  225. drwxr-xr-x 1 root root 126 окт 7 12:59 ..
  226. -rw-r--r-- 1 root root 2394108 окт 7 10:58 unicode.pf2
  227.  
  228. /boot/grub/i386-pc:
  229. итого 0
  230. drwxr-xr-x 1 root root 0 окт 7 08:50 .
  231. drwxr-xr-x 1 root root 126 окт 7 12:59 ..
  232.  
  233. /boot/grub/locale:
  234. итого 4724
  235. drwxr-xr-x 1 root root 536 окт 7 10:58 .
  236. drwxr-xr-x 1 root root 126 окт 7 12:59 ..
  237. -rw-r--r-- 1 root root 128431 окт 7 10:58 ast.mo
  238. -rw-r--r-- 1 root root 128933 окт 7 10:58 ca.mo
  239. -rw-r--r-- 1 root root 120159 окт 7 10:58 da.mo
  240. -rw-r--r-- 1 root root 134613 окт 7 10:58 de_CH.mo
  241. -rw-r--r-- 1 root root 202647 окт 7 10:58 de@hebrew.mo
  242. -rw-r--r-- 1 root root 134649 окт 7 10:58 de.mo
  243. -rw-r--r-- 1 root root 169072 окт 7 10:58 en@arabic.mo
  244. -rw-r--r-- 1 root root 159636 окт 7 10:58 en@cyrillic.mo
  245. -rw-r--r-- 1 root root 159633 окт 7 10:58 en@greek.mo
  246. -rw-r--r-- 1 root root 183230 окт 7 10:58 en@hebrew.mo
  247. -rw-r--r-- 1 root root 141245 окт 7 10:58 en@piglatin.mo
  248. -rw-r--r-- 1 root root 124619 окт 7 10:58 en@quot.mo
  249. -rw-r--r-- 1 root root 43821 окт 7 10:58 eo.mo
  250. -rw-r--r-- 1 root root 131630 окт 7 10:58 es.mo
  251. -rw-r--r-- 1 root root 133833 окт 7 10:58 fi.mo
  252. -rw-r--r-- 1 root root 141717 окт 7 10:58 fr.mo
  253. -rw-r--r-- 1 root root 103896 окт 7 10:58 gl.mo
  254. -rw-r--r-- 1 root root 131556 окт 7 10:58 hr.mo
  255. -rw-r--r-- 1 root root 132572 окт 7 10:58 hu.mo
  256. -rw-r--r-- 1 root root 28606 окт 7 10:58 id.mo
  257. -rw-r--r-- 1 root root 118131 окт 7 10:58 it.mo
  258. -rw-r--r-- 1 root root 45964 окт 7 10:58 ja.mo
  259. -rw-r--r-- 1 root root 51319 окт 7 10:58 ko.mo
  260. -rw-r--r-- 1 root root 8376 окт 7 10:58 lg.mo
  261. -rw-r--r-- 1 root root 101872 окт 7 10:58 lt.mo
  262. -rw-r--r-- 1 root root 123215 окт 7 10:58 nb.mo
  263. -rw-r--r-- 1 root root 128210 окт 7 10:58 nl.mo
  264. -rw-r--r-- 1 root root 61988 окт 7 10:58 pa.mo
  265. -rw-r--r-- 1 root root 134624 окт 7 10:58 pl.mo
  266. -rw-r--r-- 1 root root 83696 окт 7 10:58 pt_BR.mo
  267. -rw-r--r-- 1 root root 133126 окт 7 10:58 pt.mo
  268. -rw-r--r-- 1 root root 48394 окт 7 10:58 ro.mo
  269. -rw-r--r-- 1 root root 172023 окт 7 10:58 ru.mo
  270. -rw-r--r-- 1 root root 94687 окт 7 10:58 sl.mo
  271. -rw-r--r-- 1 root root 171328 окт 7 10:58 sr.mo
  272. -rw-r--r-- 1 root root 129730 окт 7 10:58 sv.mo
  273. -rw-r--r-- 1 root root 84283 окт 7 10:58 tr.mo
  274. -rw-r--r-- 1 root root 179462 окт 7 10:58 uk.mo
  275. -rw-r--r-- 1 root root 137484 окт 7 10:58 vi.mo
  276. -rw-r--r-- 1 root root 87050 окт 7 10:58 zh_CN.mo
  277. -rw-r--r-- 1 root root 30721 окт 7 10:58 zh_TW.mo
  278.  
  279. /boot/grub/themes:
  280. итого 0
  281. drwxr-xr-x 1 root root 18 окт 3 20:27 .
  282. drwxr-xr-x 1 root root 126 окт 7 12:59 ..
  283. drwxr-xr-x 1 root root 938 окт 3 20:27 starfield
  284.  
  285. /boot/grub/themes/starfield:
  286. итого 2868
  287. drwxr-xr-x 1 root root 938 окт 3 20:27 .
  288. drwxr-xr-x 1 root root 18 окт 3 20:27 ..
  289. -rw-r--r-- 1 root root 836 окт 7 10:58 blob_w.png
  290. -rw-r--r-- 1 root root 178 окт 7 10:58 boot_menu_c.png
  291. -rw-r--r-- 1 root root 193 окт 7 10:58 boot_menu_e.png
  292. -rw-r--r-- 1 root root 193 окт 7 10:58 boot_menu_ne.png
  293. -rw-r--r-- 1 root root 103 окт 7 10:58 boot_menu_n.png
  294. -rw-r--r-- 1 root root 184 окт 7 10:58 boot_menu_nw.png
  295. -rw-r--r-- 1 root root 198 окт 7 10:58 boot_menu_se.png
  296. -rw-r--r-- 1 root root 102 окт 7 10:58 boot_menu_s.png
  297. -rw-r--r-- 1 root root 196 окт 7 10:58 boot_menu_sw.png
  298. -rw-r--r-- 1 root root 96 окт 7 10:58 boot_menu_w.png
  299. -rw-r--r-- 1 root root 19890 окт 7 10:58 COPYING.CC-BY-SA-3.0
  300. -rw-r--r-- 1 root root 153206 окт 7 10:58 dejavu_10.pf2
  301. -rw-r--r-- 1 root root 169029 окт 7 10:58 dejavu_12.pf2
  302. -rw-r--r-- 1 root root 185544 окт 7 10:58 dejavu_14.pf2
  303. -rw-r--r-- 1 root root 204012 окт 7 10:58 dejavu_16.pf2
  304. -rw-r--r-- 1 root root 193136 окт 7 10:58 dejavu_bold_14.pf2
  305. -rw-r--r-- 1 root root 1191 окт 7 10:58 README
  306. -rw-r--r-- 1 root root 197 окт 7 10:58 slider_c.png
  307. -rw-r--r-- 1 root root 265 окт 7 10:58 slider_n.png
  308. -rw-r--r-- 1 root root 269 окт 7 10:58 slider_s.png
  309. -rw-r--r-- 1 root root 1897028 окт 7 10:58 starfield.png
  310. -rw-r--r-- 1 root root 178 окт 7 10:58 terminal_box_c.png
  311. -rw-r--r-- 1 root root 94 окт 7 10:58 terminal_box_e.png
  312. -rw-r--r-- 1 root root 128 окт 7 10:58 terminal_box_ne.png
  313. -rw-r--r-- 1 root root 194 окт 7 10:58 terminal_box_n.png
  314. -rw-r--r-- 1 root root 210 окт 7 10:58 terminal_box_nw.png
  315. -rw-r--r-- 1 root root 126 окт 7 10:58 terminal_box_se.png
  316. -rw-r--r-- 1 root root 101 окт 7 10:58 terminal_box_s.png
  317. -rw-r--r-- 1 root root 123 окт 7 10:58 terminal_box_sw.png
  318. -rw-r--r-- 1 root root 97 окт 7 10:58 terminal_box_w.png
  319. -rw-r--r-- 1 root root 2249 окт 7 10:58 theme.txt
  320.  
  321. /boot/grub/x86_64-efi:
  322. итого 3664
  323. drwxr-xr-x 1 root root 6232 окт 7 10:58 .
  324. drwxr-xr-x 1 root root 126 окт 7 12:59 ..
  325. -rw-r--r-- 1 root root 15312 окт 7 10:58 acpi.mod
  326. -rw-r--r-- 1 root root 1952 окт 7 10:58 adler32.mod
  327. -rw-r--r-- 1 root root 8144 окт 7 10:58 affs.mod
  328. -rw-r--r-- 1 root root 8384 окт 7 10:58 afs.mod
  329. -rw-r--r-- 1 root root 2168 окт 7 10:58 afsplitter.mod
  330. -rw-r--r-- 1 root root 19152 окт 7 10:58 ahci.mod
  331. -rw-r--r-- 1 root root 840 окт 7 10:58 all_video.mod
  332. -rw-r--r-- 1 root root 1504 окт 7 10:58 aout.mod
  333. -rw-r--r-- 1 root root 5256 окт 7 10:58 appleldr.mod
  334. -rw-r--r-- 1 root root 4544 окт 7 10:58 archelp.mod
  335. -rw-r--r-- 1 root root 8632 окт 7 10:58 ata.mod
  336. -rw-r--r-- 1 root root 6552 окт 7 10:58 at_keyboard.mod
  337. -rw-r--r-- 1 root root 2536 окт 7 10:58 backtrace.mod
  338. -rw-r--r-- 1 root root 9496 окт 7 10:58 bfs.mod
  339. -rw-r--r-- 1 root root 3192 окт 7 10:58 bitmap.mod
  340. -rw-r--r-- 1 root root 5392 окт 7 10:58 bitmap_scale.mod
  341. -rw-r--r-- 1 root root 3032 окт 7 10:58 blocklist.mod
  342. -rw-r--r-- 1 root root 3304 окт 7 10:58 boot.mod
  343. -rw-r--r-- 1 root root 2048 окт 7 10:58 boottime.mod
  344. -rw-r--r-- 1 root root 48280 окт 7 10:58 bsd.mod
  345. -rw-r--r-- 1 root root 3056 окт 7 10:58 bswap_test.mod
  346. -rw-r--r-- 1 root root 25240 окт 7 10:58 btrfs.mod
  347. -rw-r--r-- 1 root root 2896 окт 7 10:58 bufio.mod
  348. -rw-r--r-- 1 root root 2256 окт 7 10:58 cacheinfo.mod
  349. -rw-r--r-- 1 root root 4504 окт 7 10:58 cat.mod
  350. -rw-r--r-- 1 root root 5792 окт 7 10:58 cbfs.mod
  351. -rw-r--r-- 1 root root 5704 окт 7 10:58 cbls.mod
  352. -rw-r--r-- 1 root root 3904 окт 7 10:58 cbmemc.mod
  353. -rw-r--r-- 1 root root 1640 окт 7 10:58 cbtable.mod
  354. -rw-r--r-- 1 root root 4536 окт 7 10:58 cbtime.mod
  355. -rw-r--r-- 1 root root 9040 окт 7 10:58 chain.mod
  356. -rw-r--r-- 1 root root 4616 окт 7 10:58 cmdline_cat_test.mod
  357. -rw-r--r-- 1 root root 2912 окт 7 10:58 cmp.mod
  358. -rw-r--r-- 1 root root 6112 окт 7 10:58 cmp_test.mod
  359. -rw-r--r-- 1 root root 3662 окт 7 10:58 command.lst
  360. -rw-r--r-- 1 root root 3280 окт 7 10:58 configfile.mod
  361. -rw-r--r-- 1 root root 286720 окт 7 10:58 core.efi
  362. -rw-r--r-- 1 root root 4408 окт 7 10:58 cpio_be.mod
  363. -rw-r--r-- 1 root root 4408 окт 7 10:58 cpio.mod
  364. -rw-r--r-- 1 root root 2600 окт 7 10:58 cpuid.mod
  365. -rw-r--r-- 1 root root 2184 окт 7 10:58 crc64.mod
  366. -rw-r--r-- 1 root root 18288 окт 7 10:58 cryptodisk.mod
  367. -rw-r--r-- 1 root root 936 окт 7 10:58 crypto.lst
  368. -rw-r--r-- 1 root root 6976 окт 7 10:58 crypto.mod
  369. -rw-r--r-- 1 root root 3992 окт 7 10:58 cs5536.mod
  370. -rw-r--r-- 1 root root 2656 окт 7 10:58 ctz_test.mod
  371. -rw-r--r-- 1 root root 3064 окт 7 10:58 datehook.mod
  372. -rw-r--r-- 1 root root 3248 окт 7 10:58 date.mod
  373. -rw-r--r-- 1 root root 3080 окт 7 10:58 datetime.mod
  374. -rw-r--r-- 1 root root 13216 окт 7 10:58 diskfilter.mod
  375. -rw-r--r-- 1 root root 3152 окт 7 10:58 disk.mod
  376. -rw-r--r-- 1 root root 1368 окт 7 10:58 div.mod
  377. -rw-r--r-- 1 root root 6856 окт 7 10:58 div_test.mod
  378. -rw-r--r-- 1 root root 2864 окт 7 10:58 dm_nv.mod
  379. -rw-r--r-- 1 root root 3064 окт 7 10:58 echo.mod
  380. -rw-r--r-- 1 root root 2176 окт 7 10:58 efifwsetup.mod
  381. -rw-r--r-- 1 root root 12592 окт 7 10:58 efi_gop.mod
  382. -rw-r--r-- 1 root root 6944 окт 7 10:58 efinet.mod
  383. -rw-r--r-- 1 root root 7136 окт 7 10:58 efi_uga.mod
  384. -rw-r--r-- 1 root root 23392 окт 7 10:58 ehci.mod
  385. -rw-r--r-- 1 root root 6264 окт 7 10:58 elf.mod
  386. -rw-r--r-- 1 root root 2216 окт 7 10:58 eval.mod
  387. -rw-r--r-- 1 root root 8720 окт 7 10:58 exfat.mod
  388. -rw-r--r-- 1 root root 2176 окт 7 10:58 exfctest.mod
  389. -rw-r--r-- 1 root root 8776 окт 7 10:58 ext2.mod
  390. -rw-r--r-- 1 root root 7744 окт 7 10:58 extcmd.mod
  391. -rw-r--r-- 1 root root 9776 окт 7 10:58 f2fs.mod
  392. -rw-r--r-- 1 root root 8816 окт 7 10:58 fat.mod
  393. -rw-r--r-- 1 root root 26096 окт 7 10:58 file.mod
  394. -rw-r--r-- 1 root root 2920 окт 7 10:58 fixvideo.mod
  395. -rw-r--r-- 1 root root 18936 окт 7 10:58 font.mod
  396. -rw-r--r-- 1 root root 4496 окт 7 10:58 fshelp.mod
  397. -rw-r--r-- 1 root root 219 окт 7 10:58 fs.lst
  398. -rw-r--r-- 1 root root 46592 окт 7 10:58 functional_test.mod
  399. -rw-r--r-- 1 root root 2432 окт 7 10:58 gcry_arcfour.mod
  400. -rw-r--r-- 1 root root 9448 окт 7 10:58 gcry_blowfish.mod
  401. -rw-r--r-- 1 root root 28648 окт 7 10:58 gcry_camellia.mod
  402. -rw-r--r-- 1 root root 14864 окт 7 10:58 gcry_cast5.mod
  403. -rw-r--r-- 1 root root 11928 окт 7 10:58 gcry_crc.mod
  404. -rw-r--r-- 1 root root 16440 окт 7 10:58 gcry_des.mod
  405. -rw-r--r-- 1 root root 3488 окт 7 10:58 gcry_dsa.mod
  406. -rw-r--r-- 1 root root 4016 окт 7 10:58 gcry_idea.mod
  407. -rw-r--r-- 1 root root 4160 окт 7 10:58 gcry_md4.mod
  408. -rw-r--r-- 1 root root 4616 окт 7 10:58 gcry_md5.mod
  409. -rw-r--r-- 1 root root 3152 окт 7 10:58 gcry_rfc2268.mod
  410. -rw-r--r-- 1 root root 20584 окт 7 10:58 gcry_rijndael.mod
  411. -rw-r--r-- 1 root root 7944 окт 7 10:58 gcry_rmd160.mod
  412. -rw-r--r-- 1 root root 3336 окт 7 10:58 gcry_rsa.mod
  413. -rw-r--r-- 1 root root 12952 окт 7 10:58 gcry_seed.mod
  414. -rw-r--r-- 1 root root 16464 окт 7 10:58 gcry_serpent.mod
  415. -rw-r--r-- 1 root root 7960 окт 7 10:58 gcry_sha1.mod
  416. -rw-r--r-- 1 root root 5192 окт 7 10:58 gcry_sha256.mod
  417. -rw-r--r-- 1 root root 6096 окт 7 10:58 gcry_sha512.mod
  418. -rw-r--r-- 1 root root 13304 окт 7 10:58 gcry_tiger.mod
  419. -rw-r--r-- 1 root root 34016 окт 7 10:58 gcry_twofish.mod
  420. -rw-r--r-- 1 root root 22872 окт 7 10:58 gcry_whirlpool.mod
  421. -rw-r--r-- 1 root root 9296 окт 7 10:58 geli.mod
  422. -rw-r--r-- 1 root root 8424 окт 7 10:58 gettext.mod
  423. -rw-r--r-- 1 root root 59568 окт 7 10:58 gfxmenu.mod
  424. -rw-r--r-- 1 root root 4456 окт 7 10:58 gfxterm_background.mod
  425. -rw-r--r-- 1 root root 7744 окт 7 10:58 gfxterm_menu.mod
  426. -rw-r--r-- 1 root root 16680 окт 7 10:58 gfxterm.mod
  427. -rw-r--r-- 1 root root 5360 окт 7 10:58 gptsync.mod
  428. -rw-r--r-- 1 root root 286720 окт 7 10:58 grub.efi
  429. -rw-r--r-- 1 root root 12416 окт 7 10:58 gzio.mod
  430. -rw-r--r-- 1 root root 7448 окт 7 10:58 halt.mod
  431. -rw-r--r-- 1 root root 8248 окт 7 10:58 hashsum.mod
  432. -rw-r--r-- 1 root root 10368 окт 7 10:58 hdparm.mod
  433. -rw-r--r-- 1 root root 1888 окт 7 10:58 hello.mod
  434. -rw-r--r-- 1 root root 3952 окт 7 10:58 help.mod
  435. -rw-r--r-- 1 root root 4528 окт 7 10:58 hexdump.mod
  436. -rw-r--r-- 1 root root 10256 окт 7 10:58 hfs.mod
  437. -rw-r--r-- 1 root root 4296 окт 7 10:58 hfspluscomp.mod
  438. -rw-r--r-- 1 root root 11248 окт 7 10:58 hfsplus.mod
  439. -rw-r--r-- 1 root root 8688 окт 7 10:58 http.mod
  440. -rw-r--r-- 1 root root 4360 окт 7 10:58 iorw.mod
  441. -rw-r--r-- 1 root root 12192 окт 7 10:58 iso9660.mod
  442. -rw-r--r-- 1 root root 8960 окт 7 10:58 jfs.mod
  443. -rw-r--r-- 1 root root 9800 окт 7 10:58 jpeg.mod
  444. -rw-r--r-- 1 root root 4896 окт 7 10:58 json.mod
  445. -rw-r--r-- 1 root root 6456 окт 7 10:58 keylayouts.mod
  446. -rw-r--r-- 1 root root 2992 окт 7 10:58 keystatus.mod
  447. -rw-r--r-- 1 root root 8336 окт 7 10:58 ldm.mod
  448. -rw-r--r-- 1 root root 45200 окт 7 10:58 legacycfg.mod
  449. -rw-r--r-- 1 root root 15936 окт 7 10:58 legacy_password_test.mod
  450. -rw-r--r-- 1 root root 8656 окт 7 10:58 linux16.mod
  451. -rw-r--r-- 1 root root 19296 окт 7 10:58 linux.mod
  452. -rw-r--r-- 1 root root 4656 окт 7 10:58 loadbios.mod
  453. -rw-r--r-- 1 root root 9152 окт 7 10:58 loadenv.mod
  454. -rw-r--r-- 1 root root 4832 окт 7 10:58 loopback.mod
  455. -rw-r--r-- 1 root root 7160 окт 7 10:58 lsacpi.mod
  456. -rw-r--r-- 1 root root 3712 окт 7 10:58 lsefimmap.mod
  457. -rw-r--r-- 1 root root 5304 окт 7 10:58 lsefi.mod
  458. -rw-r--r-- 1 root root 4424 окт 7 10:58 lsefisystab.mod
  459. -rw-r--r-- 1 root root 2952 окт 7 10:58 lsmmap.mod
  460. -rw-r--r-- 1 root root 6456 окт 7 10:58 ls.mod
  461. -rw-r--r-- 1 root root 7248 окт 7 10:58 lspci.mod
  462. -rw-r--r-- 1 root root 3840 окт 7 10:58 lssal.mod
  463. -rw-r--r-- 1 root root 20728 окт 7 10:58 luks2.mod
  464. -rw-r--r-- 1 root root 6632 окт 7 10:58 luks.mod
  465. -rw-r--r-- 1 root root 11968 окт 7 10:58 lvm.mod
  466. -rw-r--r-- 1 root root 6936 окт 7 10:58 lzopio.mod
  467. -rw-r--r-- 1 root root 4872 окт 7 10:58 macbless.mod
  468. -rw-r--r-- 1 root root 10768 окт 7 10:58 macho.mod
  469. -rw-r--r-- 1 root root 2832 окт 7 10:58 mdraid09_be.mod
  470. -rw-r--r-- 1 root root 2800 окт 7 10:58 mdraid09.mod
  471. -rw-r--r-- 1 root root 2712 окт 7 10:58 mdraid1x.mod
  472. -rw-r--r-- 1 root root 3184 окт 7 10:58 memdisk.mod
  473. -rw-r--r-- 1 root root 4320 окт 7 10:58 memrw.mod
  474. -rw-r--r-- 1 root root 5872 окт 7 10:58 minicmd.mod
  475. -rw-r--r-- 1 root root 5832 окт 7 10:58 minix2_be.mod
  476. -rw-r--r-- 1 root root 5760 окт 7 10:58 minix2.mod
  477. -rw-r--r-- 1 root root 5912 окт 7 10:58 minix3_be.mod
  478. -rw-r--r-- 1 root root 5808 окт 7 10:58 minix3.mod
  479. -rw-r--r-- 1 root root 5736 окт 7 10:58 minix_be.mod
  480. -rw-r--r-- 1 root root 5640 окт 7 10:58 minix.mod
  481. -rw-r--r-- 1 root root 9472 окт 7 10:58 mmap.mod
  482. -rw-r--r-- 1 root root 5237 окт 7 10:58 moddep.lst
  483. -rw-r--r-- 1 root root 2426 окт 7 10:58 modinfo.sh
  484. -rw-r--r-- 1 root root 3272 окт 7 10:58 morse.mod
  485. -rw-r--r-- 1 root root 43272 окт 7 10:58 mpi.mod
  486. -rw-r--r-- 1 root root 3744 окт 7 10:58 msdospart.mod
  487. -rw-r--r-- 1 root root 2440 окт 7 10:58 mul_test.mod
  488. -rw-r--r-- 1 root root 23976 окт 7 10:58 multiboot2.mod
  489. -rw-r--r-- 1 root root 21008 окт 7 10:58 multiboot.mod
  490. -rw-r--r-- 1 root root 6776 окт 7 10:58 nativedisk.mod
  491. -rw-r--r-- 1 root root 79064 окт 7 10:58 net.mod
  492. -rw-r--r-- 1 root root 4552 окт 7 10:58 newc.mod
  493. -rw-r--r-- 1 root root 9960 окт 7 10:58 nilfs2.mod
  494. -rw-r--r-- 1 root root 176024 окт 7 10:58 normal.mod
  495. -rw-r--r-- 1 root root 5712 окт 7 10:58 ntfscomp.mod
  496. -rw-r--r-- 1 root root 15176 окт 7 10:58 ntfs.mod
  497. -rw-r--r-- 1 root root 4408 окт 7 10:58 odc.mod
  498. -rw-r--r-- 1 root root 2280 окт 7 10:58 offsetio.mod
  499. -rw-r--r-- 1 root root 14480 окт 7 10:58 ohci.mod
  500. -rw-r--r-- 1 root root 2360 окт 7 10:58 part_acorn.mod
  501. -rw-r--r-- 1 root root 2640 окт 7 10:58 part_amiga.mod
  502. -rw-r--r-- 1 root root 3040 окт 7 10:58 part_apple.mod
  503. -rw-r--r-- 1 root root 4216 окт 7 10:58 part_bsd.mod
  504. -rw-r--r-- 1 root root 2688 окт 7 10:58 part_dfly.mod
  505. -rw-r--r-- 1 root root 2248 окт 7 10:58 part_dvh.mod
  506. -rw-r--r-- 1 root root 3304 окт 7 10:58 part_gpt.mod
  507. -rw-r--r-- 1 root root 111 окт 7 10:58 partmap.lst
  508. -rw-r--r-- 1 root root 3032 окт 7 10:58 part_msdos.mod
  509. -rw-r--r-- 1 root root 2568 окт 7 10:58 part_plan.mod
  510. -rw-r--r-- 1 root root 2280 окт 7 10:58 part_sun.mod
  511. -rw-r--r-- 1 root root 2536 окт 7 10:58 part_sunpc.mod
  512. -rw-r--r-- 1 root root 17 окт 7 10:58 parttool.lst
  513. -rw-r--r-- 1 root root 7360 окт 7 10:58 parttool.mod
  514. -rw-r--r-- 1 root root 2968 окт 7 10:58 password.mod
  515. -rw-r--r-- 1 root root 4528 окт 7 10:58 password_pbkdf2.mod
  516. -rw-r--r-- 1 root root 7640 окт 7 10:58 pata.mod
  517. -rw-r--r-- 1 root root 1944 окт 7 10:58 pbkdf2.mod
  518. -rw-r--r-- 1 root root 3472 окт 7 10:58 pbkdf2_test.mod
  519. -rw-r--r-- 1 root root 3576 окт 7 10:58 pcidump.mod
  520. -rw-r--r-- 1 root root 18656 окт 7 10:58 pgp.mod
  521. -rw-r--r-- 1 root root 3976 окт 7 10:58 play.mod
  522. -rw-r--r-- 1 root root 10456 окт 7 10:58 png.mod
  523. -rw-r--r-- 1 root root 2296 окт 7 10:58 priority_queue.mod
  524. -rw-r--r-- 1 root root 5632 окт 7 10:58 probe.mod
  525. -rw-r--r-- 1 root root 3864 окт 7 10:58 procfs.mod
  526. -rw-r--r-- 1 root root 3088 окт 7 10:58 progress.mod
  527. -rw-r--r-- 1 root root 1992 окт 7 10:58 raid5rec.mod
  528. -rw-r--r-- 1 root root 3424 окт 7 10:58 raid6rec.mod
  529. -rw-r--r-- 1 root root 3680 окт 7 10:58 random.mod
  530. -rw-r--r-- 1 root root 3160 окт 7 10:58 rdmsr.mod
  531. -rw-r--r-- 1 root root 2320 окт 7 10:58 read.mod
  532. -rw-r--r-- 1 root root 1648 окт 7 10:58 reboot.mod
  533. -rw-r--r-- 1 root root 77576 окт 7 10:58 regexp.mod
  534. -rw-r--r-- 1 root root 13808 окт 7 10:58 reiserfs.mod
  535. -rw-r--r-- 1 root root 26336 окт 7 10:58 relocator.mod
  536. -rw-r--r-- 1 root root 5720 окт 7 10:58 romfs.mod
  537. -rw-r--r-- 1 root root 6864 окт 7 10:58 scsi.mod
  538. -rw-r--r-- 1 root root 4768 окт 7 10:58 search_fs_file.mod
  539. -rw-r--r-- 1 root root 4880 окт 7 10:58 search_fs_uuid.mod
  540. -rw-r--r-- 1 root root 4840 окт 7 10:58 search_label.mod
  541. -rw-r--r-- 1 root root 5512 окт 7 10:58 search.mod
  542. -rw-r--r-- 1 root root 14552 окт 7 10:58 serial.mod
  543. -rw-r--r-- 1 root root 1048 окт 7 10:58 setjmp.mod
  544. -rw-r--r-- 1 root root 2664 окт 7 10:58 setjmp_test.mod
  545. -rw-r--r-- 1 root root 8392 окт 7 10:58 setpci.mod
  546. -rw-r--r-- 1 root root 7880 окт 7 10:58 sfs.mod
  547. -rw-r--r-- 1 root root 3128 окт 7 10:58 shift_test.mod
  548. -rw-r--r-- 1 root root 8296 окт 7 10:58 signature_test.mod
  549. -rw-r--r-- 1 root root 3392 окт 7 10:58 sleep.mod
  550. -rw-r--r-- 1 root root 3128 окт 7 10:58 sleep_test.mod
  551. -rw-r--r-- 1 root root 8512 окт 7 10:58 smbios.mod
  552. -rw-r--r-- 1 root root 3120 окт 7 10:58 spkmodem.mod
  553. -rw-r--r-- 1 root root 10000 окт 7 10:58 squash4.mod
  554. -rw-r--r-- 1 root root 3240 окт 7 10:58 strtoull_test.mod
  555. -rw-r--r-- 1 root root 29632 окт 7 10:58 syslinuxcfg.mod
  556. -rw-r--r-- 1 root root 5008 окт 7 10:58 tar.mod
  557. -rw-r--r-- 1 root root 162 окт 7 10:58 terminal.lst
  558. -rw-r--r-- 1 root root 6744 окт 7 10:58 terminal.mod
  559. -rw-r--r-- 1 root root 19120 окт 7 10:58 terminfo.mod
  560. -rw-r--r-- 1 root root 2080 окт 7 10:58 test_blockarg.mod
  561. -rw-r--r-- 1 root root 3888 окт 7 10:58 testload.mod
  562. -rw-r--r-- 1 root root 7488 окт 7 10:58 test.mod
  563. -rw-r--r-- 1 root root 3568 окт 7 10:58 testspeed.mod
  564. -rw-r--r-- 1 root root 7240 окт 7 10:58 tftp.mod
  565. -rw-r--r-- 1 root root 5792 окт 7 10:58 tga.mod
  566. -rw-r--r-- 1 root root 2400 окт 7 10:58 time.mod
  567. -rw-r--r-- 1 root root 6368 окт 7 10:58 tpm.mod
  568. -rw-r--r-- 1 root root 2088 окт 7 10:58 trig.mod
  569. -rw-r--r-- 1 root root 3720 окт 7 10:58 tr.mod
  570. -rw-r--r-- 1 root root 1920 окт 7 10:58 true.mod
  571. -rw-r--r-- 1 root root 12240 окт 7 10:58 udf.mod
  572. -rw-r--r-- 1 root root 8000 окт 7 10:58 ufs1_be.mod
  573. -rw-r--r-- 1 root root 7888 окт 7 10:58 ufs1.mod
  574. -rw-r--r-- 1 root root 7888 окт 7 10:58 ufs2.mod
  575. -rw-r--r-- 1 root root 9800 окт 7 10:58 uhci.mod
  576. -rw-r--r-- 1 root root 5864 окт 7 10:58 usb_keyboard.mod
  577. -rw-r--r-- 1 root root 17640 окт 7 10:58 usb.mod
  578. -rw-r--r-- 1 root root 10600 окт 7 10:58 usbms.mod
  579. -rw-r--r-- 1 root root 2880 окт 7 10:58 usbserial_common.mod
  580. -rw-r--r-- 1 root root 3480 окт 7 10:58 usbserial_ftdi.mod
  581. -rw-r--r-- 1 root root 3808 окт 7 10:58 usbserial_pl2303.mod
  582. -rw-r--r-- 1 root root 2392 окт 7 10:58 usbserial_usbdebug.mod
  583. -rw-r--r-- 1 root root 5624 окт 7 10:58 usbtest.mod
  584. -rw-r--r-- 1 root root 8440 окт 7 10:58 video_bochs.mod
  585. -rw-r--r-- 1 root root 8992 окт 7 10:58 video_cirrus.mod
  586. -rw-r--r-- 1 root root 10072 окт 7 10:58 video_colors.mod
  587. -rw-r--r-- 1 root root 28136 окт 7 10:58 video_fb.mod
  588. -rw-r--r-- 1 root root 5344 окт 7 10:58 videoinfo.mod
  589. -rw-r--r-- 1 root root 41 окт 7 10:58 video.lst
  590. -rw-r--r-- 1 root root 8904 окт 7 10:58 video.mod
  591. -rw-r--r-- 1 root root 3712 окт 7 10:58 videotest_checksum.mod
  592. -rw-r--r-- 1 root root 5560 окт 7 10:58 videotest.mod
  593. -rw-r--r-- 1 root root 2456 окт 7 10:58 wrmsr.mod
  594. -rw-r--r-- 1 root root 10360 окт 7 10:58 xfs.mod
  595. -rw-r--r-- 1 root root 42000 окт 7 10:58 xnu.mod
  596. -rw-r--r-- 1 root root 3312 окт 7 10:58 xnu_uuid.mod
  597. -rw-r--r-- 1 root root 3160 окт 7 10:58 xnu_uuid_test.mod
  598. -rw-r--r-- 1 root root 19664 окт 7 10:58 xzio.mod
  599. -rw-r--r-- 1 root root 8536 окт 7 10:58 zfscrypt.mod
  600. -rw-r--r-- 1 root root 10696 окт 7 10:58 zfsinfo.mod
  601. -rw-r--r-- 1 root root 56928 окт 7 10:58 zfs.mod
  602. -rw-r--r-- 1 root root 79216 окт 7 10:58 zstd.mod
  603.  
  604. /boot/memtest86+:
  605. итого 152
  606. drwxr-xr-x 1 root root 22 сен 28 09:53 .
  607. drwxr-xr-x 1 root root 252 окт 4 08:06 ..
  608. -rw-r--r-- 1 root root 153868 июн 12 04:20 memtest.bin
  609. [root@elen-x502ca ~]# grep -A20 -i windows $(find /boot -iname '*grub*.cfg')
  610. [root@elen-x502ca ~]# grep -A20 -i windows $(find /boot -iname '*grub*.cfg')
  611. [root@elen-x502ca ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement