Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check ubuntu disk space

# shows total, available, and used.
df / -h
Comment

check disk space ubuntu

df -h
or
df -h --total
or
lsblk
Comment

ubuntu check whats taking space

du -cha --max-depth=1 / | grep -E "M|G"
Comment

check disk space ubuntu from terminal

#report file system disk space usage
df -h
or
sudo du -sh ./*
or
du -h -s *
#check space with  path
df / -h
or 
df -h /

#check space with  type
df -Th
Comment

ubuntu disk free space

df -h
Comment

PREVIOUS NEXT
Code Example
Shell :: react-native clean and rebuild 
Shell :: node-gyp error on windows 10 
Shell :: restart tomcat 
Shell :: install ganache cli 
Shell :: how to install admin-lte with npm 
Shell :: how to install intellij on manjaro 
Shell :: linux remove nested files with names 
Shell :: change gunicor port and to https 
Shell :: libgit2.so.1.1: cannot open shared object file: No such file or directory 
Shell :: ubuntu higher displayer resolution 
Shell :: add sudo user ubuntu 
Shell :: cat /etc/os-release 
Shell :: how to uninstall neovim on linux 
Shell :: ng g c --skipTests true 
Shell :: how install lxd on lxd ubuntu 18.04 
Shell :: qts linux show process port 
Shell :: react-helmet typescript 
Shell :: centos zoom 
Shell :: How to generate RSA private key and public key with openssl 
Shell :: composer installed versions 
Shell :: tmux kill session 
Shell :: install redis-cli only 
Shell :: upgrade notebook 
Shell :: convert all files to lowercase using shell script 
Shell :: ubuntu open directory from terminal 
Shell :: how to restart cron job 
Shell :: bash command check 2 arguments 
Shell :: install playwright 
Shell :: address already in use flask ubuntu 
Shell :: raccourci tor browser sur ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =