Horje
folder size in 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
command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
folder size in linux
sudo du -sh /var
du -h directory 
Source: linuxize.com




Shell

Related
how to know tomcat version in k8 Code Example how to know tomcat version in k8 Code Example
create a vpn server linux Code Example create a vpn server linux Code Example
linux free port 8080 Code Example linux free port 8080 Code Example
pyaudio install error Code Example pyaudio install error Code Example
kill port 3000 ubuntu Code Example kill port 3000 ubuntu Code Example

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