Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check th binggest file in linux

Just Enter this cmd on cli :::Note here /var is directory path ,you can change as per your requirnment 
sudo du -a /var | sort -n -r | head -n 10

1008372 /var
313236  /var/www
253964  /var/log
192544  /var/lib
152628  /var/spool
152508  /var/spool/squid
136524  /var/spool/squid/00
95736   /var/log/mrtg.log
74688   /var/log/squid
62544   /var/cache
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install git on ubuntu 20.04 
Shell :: linux install node 
Shell :: uninstall cheese linux 
Shell :: see all apps linux 
Shell :: shutdown heroku app 
Shell :: There are no commands defined in the "ide-helper" namespace 
Shell :: get-docker sh 
Shell :: remove yarn ubuntu 
Shell :: open firewall port in ububut 
Shell :: Install django requirements from txt file 
Shell :: stop rebase git 
Shell :: restart webmin 
Shell :: how to install minecraft to ubuntu 
Shell :: centos cpus 
Shell :: show auto suggestion in terminal 
Shell :: codeigniter 4 install composer 
Shell :: docker ls in dockerfile 
Shell :: voice recorder for ubuntu 
Shell :: git can we reset a new branch to a specific commit 
Shell :: ls human readable file size 
Shell :: git remove upstream branch 
Shell :: brew Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/webhasan/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. 
Shell :: linux install doxygen 
Shell :: adb recorder 
Shell :: check redhat version 
Shell :: change last commit message 
Shell :: list users debian 
Shell :: No matching distribution found for PyJWT==2.0.1 
Shell :: revert to master origin branch git 
Shell :: git access denied 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =