Horje
linux folder size 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
linux folder size
du -sh -- *
Linux folder size
du -sh /* | sort -h




Shell

Related
awk get second column from command output Code Example awk get second column from command output Code Example
sqlmap enumerate databases Code Example sqlmap enumerate databases Code Example
ubutnu install certbot Code Example ubutnu install certbot Code Example
sqlmap enumerate tables in databases Code Example sqlmap enumerate tables in databases Code Example
change folder owner recursively linux Code Example change folder owner recursively linux Code Example

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