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

PREVIOUS NEXT
Code Example
Shell :: how to restart apache2 in ubuntu 20.04 
Shell :: kill process at a port ubuntu 
Shell :: brownie add new account 
Shell :: dockerfile prevent exit 
Shell :: add github to windows credentials 
Shell :: error Failed to install the app. Make sure you have the Android development environment set up 
Shell :: shopify theme kit for linux 
Shell :: jq windows 
Shell :: telegram desktop for linux 
Shell :: delete directory linux 
Shell :: upgrade to composer 2 windows 
Shell :: find git remote url 
Shell :: intellij ultimate install ubuntu 
Shell :: remove or undo last merge git 
Shell :: datetime calculation in shell 
Shell :: vmware workstation merge vmdk files 
Shell :: update hstr editor 
Shell :: how to halt batch script execution for 5 seconds 
Shell :: "git reset –- soft head^" 
Shell :: kali linux desktop gadgets 
Shell :: brightness function not working problem in kali linux 
Shell :: apache/2.4.41 (ubuntu) server at localhost port 80 error 
Shell :: how to fix could not fix var lock /var/lib/dpkg/lock ubuntu 
Shell :: saml2aws logout 
Shell :: flutter doctor android license error 
Shell :: ubuntu kill specific port 3000 
Shell :: docker remove none tag images 
Shell :: git lines per user 
Shell :: bash command to open new terminal 
Shell :: reset one branch onto another 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =