Horje
how to check 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
size of folder linux
sudo du -sh /path/to/folder
Source: linuxize.com
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




Shell

Related
firewalld permanent rules Code Example firewalld permanent rules Code Example
gatsby js install Code Example gatsby js install Code Example
install seaborn in anaconda Code Example install seaborn in anaconda Code Example
macbook Couldn't connect to Docker daemon - you might need to run `docker-machine start default` Code Example macbook Couldn't connect to Docker daemon - you might need to run `docker-machine start default` Code Example
nginx.service is not active, cannot reload. Code Example nginx.service is not active, cannot reload. Code Example

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