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

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

check space left in ubuntu terminal

df -t ext4
Comment

PREVIOUS NEXT
Code Example
Shell :: Write to NTFS on Mac OS 
Shell :: kali linux desktop gadgets 
Shell :: dexie nuxt 
Shell :: pull changes from dev to remote ranch without merging branch 
Shell :: linux execute permission denied 
Shell :: msiexec wait for completion powershell 
Shell :: Could not install Visual Studio Build Tools. 
Shell :: add address to path cmd windows 
Shell :: how to download youtube vides on linux 
Shell :: uninstall lubuntu 
Shell :: how to fix could not fix var lock /var/lib/dpkg/lock ubuntu 
Shell :: install postgres 11 ubuntu 
Shell :: get only figures of string bash 
Shell :: psycopg2 error 
Shell :: npm Error: EACCES: permission denied, scandir 
Shell :: install paho mqtt client raspberry pi 
Shell :: users list linux 
Shell :: docker remove not running containers 
Shell :: clear ram cache linux 
Shell :: uninstall gitlab-ee 
Shell :: lsb release command centos 
Shell :: reset one branch onto another 
Shell :: Keep CMD open after BAT file executes 
Shell :: pytorch anaconda install windows 
Shell :: keycloak docker 
Shell :: react native gitignore 
Shell :: fish unset 
Shell :: laptop slow performance linux 
Shell :: InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. 
Shell :: ufw allow port range 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =