sudo du -h --max-depth=1 ~/ | sort -hr
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ sudo du -h --max-depth=1 ~/ | sort -hr
[sudo] password for dimzev:
90M /home/dimzev/
48M /home/dimzev/.cache
31M /home/dimzev/.mozilla
8,3M /home/dimzev/snap
956K /home/dimzev/.config
428K /home/dimzev/.thumbnails
340K /home/dimzev/Downloads
268K /home/dimzev/.local
36K /home/dimzev/.macromedia
20K /home/dimzev/.gnome2
16K /home/dimzev/.adobe
8,0K /home/dimzev/.gnupg
8,0K /home/dimzev/Documents
4,0K /home/dimzev/Videos
4,0K /home/dimzev/Templates
4,0K /home/dimzev/Public
4,0K /home/dimzev/Pictures
4,0K /home/dimzev/Music
4,0K /home/dimzev/Desktop
df -h
cat /etc/fstab
ls -a ~/.local/share/Trash/files
ls -a /home
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ df -h
Filesystem Size Used Avail Use% Mounted on
udev 939M 0 939M 0% /dev
tmpfs 193M 3,0M 190M 2% /run
/dev/sda6 19G 7,8G 9,5G 46% /
tmpfs 962M 35M 928M 4% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 962M 0 962M 0% /sys/fs/cgroup
/dev/loop0 161M 161M 0 100% /snap/midori/451
/dev/loop5 203M 203M 0 100% /snap/vlc/1049
/dev/loop1 22M 22M 0 100% /snap/chromium-ffmpeg/13
/dev/loop6 150M 150M 0 100% /snap/opera/44
/dev/loop7 89M 89M 0 100% /snap/core/7270
/dev/loop2 150M 150M 0 100% /snap/opera/45
/dev/loop3 89M 89M 0 100% /snap/core/7396
/dev/loop4 161M 161M 0 100% /snap/midori/550
/dev/sda2 46G 40G 3,5G 92% /home
tmpfs 193M 12K 193M 1% /run/user/1000
tmpfs 193M 20K 193M 1% /run/user/1001
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=d478de32-5949-4f6f-b9d3-aabeaaf9bcc9 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda2 during installation
UUID=743f0e89-2ac8-42cb-a66d-bbef565e1ecc /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=40ccc468-e3a5-4544-82b8-ee84ab6df0b5 none swap sw 0 0
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ ls -a ~/.local/share/Trash/files
. ..
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ ls -a /home
. .. dim2 dimint dimpeper dimzev lost+found
sudo du -h --max-depth=1 /home
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ sudo du -h --max-depth=1 /home
[sudo] password for dimzev:
109M /home/dimzev
11G /home/dimpeper
16K /home/lost+found
64K /home/dim2
30G /home/dimint
40G /home
groups dimzev
groups dimpeper
groups dim2
groups dimint
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ groups dimzev
dimzev : dimzev adm dialout fax cdrom floppy tape sudo audio dip video plugdev lpadmin scanner sambashare
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ groups dimpeper
dimpeper : dimpeper adm cdrom sudo dip plugdev lpadmin sambashare
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ groups dim2
groups: ‘dim2’: no such user
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $ groups dimint
groups: ‘dimint’: no such user
dimzev@dimpeper-HP-Compaq-6730b-GW687AV ~ $
sudo rm -r /home/dim2
sudo rm -r /home/dimint