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

PREVIOUS NEXT
Code Example
Shell :: install imagemagick mac 
Shell :: how to convert .qrc file in python 
Shell :: check octet permission ubuntu 
Shell :: how to delete all branches except master 
Shell :: Install Material ui on react app 
Shell :: sdkmanager install build tools 
Shell :: install openjdk8 in ubuntu 
Shell :: start mongodb service ubuntu 
Shell :: install intellij ubuntu 
Shell :: Habilitar la ejecución de scripts para Powershell 
Shell :: brew nmap install 
Shell :: how to install pip2 in kali linux 
Shell :: install postman in ubuntu 
Shell :: ngrok run in background and get link 
Shell :: ubuntu check if apache is running 
Shell :: Failed to start redis-server.service: Unit redis-server.service is masked. 
Shell :: powershell get current user 
Shell :: restart ssh service mac 
Shell :: heroku command not found 
Shell :: ubuntu install jre 
Shell :: sqlite laravel 
Shell :: Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable. 
Shell :: how to install flatpak ubuntu 
Shell :: microsoft install mpi on ubuntu 
Shell :: sudo update 
Shell :: jupyter notebook venv 
Shell :: check if oh-my-zsh is installed 
Shell :: wireshark brew 
Shell :: vim tab 2 spaces 
Shell :: install pandas in python 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =