Advertisement
codegazer

ls -lah /boot

Apr 4th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. # contents of /boot/ after latest "apt update && apt upgrade"
  2. # (following a 100% fill of /boot and then clearing out old kernels
  3. #
  4. # Date: 2023_04_05
  5.  
  6. ┌──(root㉿kali)-[~]
  7. └─# ls -lah /boot
  8. total 162M
  9. drwxr-xr-x 5 root root 3.0K Apr 4 13:32 .
  10. drwxr-xr-x 19 root root 4.0K Apr 2 21:01 ..
  11. -rw-r--r-- 1 root root 253K Feb 23 13:59 config-6.1.0-kali5-amd64
  12. -rw-r--r-- 1 root root 253K Mar 22 13:16 config-6.1.0-kali7-amd64
  13. drwxr-xr-x 2 root root 1.0K Jul 8 2022 deprecated
  14. drwxr-xr-x 6 root root 1.0K Apr 4 13:29 grub
  15. -rw-r--r-- 1 root root 72M Mar 25 18:35 initrd.img-6.1.0-kali5-amd64
  16. -rw-r--r-- 1 root root 74M Apr 4 13:30 initrd.img-6.1.0-kali7-amd64
  17. drwx------ 2 root root 12K Jun 13 2021 lost+found
  18. -rw-r--r-- 1 root root 83 Feb 23 13:59 System.map-6.1.0-kali5-amd64
  19. -rw-r--r-- 1 root root 83 Mar 22 13:16 System.map-6.1.0-kali7-amd64
  20. -rw-r--r-- 1 root root 8.2M Feb 23 13:59 vmlinuz-6.1.0-kali5-amd64
  21. -rw-r--r-- 1 root root 8.0M Mar 22 13:16 vmlinuz-6.1.0-kali7-amd64
  22.  
  23.  
  24. # Note that /boot is a separate partition
  25. ┌──(root㉿kali)-[~]
  26. └─# df -h /boot/
  27. Filesystem Size Used Avail Use% Mounted on
  28. /dev/sdb1 462M 176M 258M 41% /boot
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement