Horje
check size of folder linux Code Example
how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
check folder sizes linux
du -h --max-depth=1
how to get the size of directory in linux
du -sh /var
Source: linuxize.com
show directory size linux
du -sh /home/george
2.1G    /home/george
check size of folder linux
#check storage of server
df -h ### Human format


#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h
check size of folder linux
#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h

#don't forgive to give a thumbs up




Shell

Related
how to install vscode on manjaro linux Code Example how to install vscode on manjaro linux Code Example
vscode snap Code Example vscode snap Code Example
remove a link linux Code Example remove a link linux Code Example
install vscode ubuntu 20.04 snap Code Example install vscode ubuntu 20.04 snap Code Example
download vs code in linux ubuntu Code Example download vs code in linux ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11