Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: how to install kvm on Ubuntu 22.04 
Shell :: how to customize grub 
Shell :: jq to csv 
Shell :: `Cannot autolaunch D-Bus without X11 $DISPLAY` 
Shell :: download specific version of drupal using composer 
Shell :: how to install visual studio code in ubuntu 
Shell :: mysql query result to file 
Shell :: get your ip address from terminal 
Shell :: powershell make file 
Shell :: run specific migration file django 
Shell :: npm install bootstrap 
Shell :: bash get name of current script 
Shell :: docker compose example 
Shell :: undo airmon-ng check kill 
Shell :: push to multiple remotes git 
Shell :: double quotes inside double quotes bash 
Shell :: install ssl ubuntu 
Shell :: Pyrit download command for linux 
Shell :: mac address windows command 
Shell :: vim terminal scrollback 
Shell :: how to check if a commit is in a branch 
Shell :: git get remote branches 
Shell :: pm2 remove id 
Shell :: How to install rambox on linux 
Shell :: get vscode extensions with powershell script 
Shell :: open finder from terminal 
Shell :: how to find a file in linux terminal 
Shell :: create a repo using github api 
Shell :: how to open current terminal directory in file explorer 
Shell :: update submodule git 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =