Horje
check folder sizes 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
linux command to list directory size
sudo du -sh /var
Source: linuxize.com




Shell

Related
npm ERR! Cannot read properties of null (reading 'pickAlgorithm') Code Example npm ERR! Cannot read properties of null (reading 'pickAlgorithm') Code Example
Cannot read property 'pickAlgorithm' of null Code Example Cannot read property 'pickAlgorithm' of null Code Example
delete package on linux Code Example delete package on linux Code Example
angular clear cache Code Example angular clear cache Code Example
restart network service kali Code Example restart network service kali Code Example

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