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

free space in ubuntu

# Just open System Monitor from Dash and select the Filesystems tab!!!
Comment

PREVIOUS NEXT
Code Example
Shell :: linux package path 
Shell :: batch file to write xml into file 
Shell :: unzip folder linux 
Shell :: timestamp in bash 
Shell :: untar file in linux 
Shell :: start docker in fedora 
Shell :: cordova ios 5.1.0 
Shell :: replace substring in bash 
Shell :: robotframework seleniumlibrary install 
Shell :: linux screen run jar 
Shell :: connect to wifi via Terminal 
Shell :: Connecting to WSL2 server via local network 
Shell :: stop tracking files git 
Shell :: ubuntu install apache 
Shell :: git reset last commit 
Shell :: wget download filename 
Shell :: how to completely remove haproxy from ubuntu 
Shell :: rename a git repositor while cloning 
Shell :: uptime cmd 
Shell :: An error occurred while running subprocess capacitor. 
Shell :: install flask ubuntu 20.04 
Shell :: renaming a docker container 
Shell :: how to install fairseq 
Shell :: copy all files except one linux 
Shell :: ubuntu git https not supported 
Shell :: mac address windows command 
Shell :: git display unrelated histories 
Shell :: docker build name 
Shell :: linux move folder and subfolders to parent 
Shell :: get podman ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =