Ubuntu Pastebin

Paste from danielle331 at Sun, 11 Oct 2015 20:45:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
bubble@fishtank:~$ ls -lah /boot
total 40M
drwxr-xr-x 6 root root 3.0K Oct 11 21:19 .
drwxr-xr-x 25 root root 4.0K Sep 29 16:19 ..
-rw-r--r— 1 root root 1.2M Sep 10 20:33 abi-3.16.0-50-generic
-rw-r--r— 1 root root 168K Sep 10 20:33 config-3.16.0-50-generic
drwxr-xr-x 3 root root 4.0K Jan 1 1970 efi
drwxr-xr-x 5 root root 1.0K Sep 29 08:08 grub
-rw-r--r— 1 root root 29M Sep 29 08:08 initrd.img-3.16.0-50-generic
drwx----— 2 root root 12K Jul 31 15:57 lost+found
-rw-r--r— 1 root root 173K Mar 12 2014 memtest86+.bin
-rw-r--r— 1 root root 174K Mar 12 2014 memtest86+.elf
-rw-r--r— 1 root root 175K Mar 12 2014 memtest86+_multiboot.bin
-rw-----— 1 root root 3.4M Sep 10 20:33 System.map-3.16.0-50-generic
drwx----— 4 root root 1.0K Sep 29 08:39 .Trash-0
-rw-----— 1 root root 6.1M Sep 10 20:33 vmlinuz-3.16.0-50-generic

bubble@fishtank:~$ sudo du -sh /boot/*
1.2M /boot/abi-3.16.0-50-generic
169K /boot/config-3.16.0-50-generic
3.4M /boot/efi
7.6M /boot/grub
29M /boot/initrd.img-3.16.0-50-generic
12K /boot/lost+found
174K /boot/memtest86+.bin
175K /boot/memtest86+.elf
176K /boot/memtest86+_multiboot.bin
3.4M /boot/System.map-3.16.0-50-generic
6.1M /boot/vmlinuz-3.16.0-50-generic


bubble@fishtank:~$ sudo du -sh /boot
233M /boot
Download as text