Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to see the size of /var

$ sudo du -h --max-depth=1 /var | sort -h | tail -n 10
[sudo] password for mark:
4.0K  /var/local
4.0K  /var/opt
1.4M  /var/mail
1.9M  /var/spool
12M /var/tmp
16M /var/backups
20M /var/log
1020M /var/cache
14.7G /var/lib
15.7G /var
Comment

PREVIOUS NEXT
Code Example
Shell :: add extra cygwin packages 
Shell :: Solve Cannot Install Dependency Error for NPM install 
Shell :: kubectl logs tail 100 
Shell :: linux mount ntfs as read write 
Shell :: remove all local branches not on remote 
Shell :: assign contents of file to variable bash 
Shell :: git push reset 
Shell :: WSL connect docker daemon to docker for windows 
Shell :: change file permissions terminal 
Shell :: shell nohup 
Shell :: bash script copy array 
Shell :: git push -u rejected 
Shell :: revert last merge git 
Shell :: composer install mac 
Shell :: linux command to delete a dir 
Shell :: java to jar 
Shell :: pip install pytorch windows 
Shell :: git clone tag 
Shell :: how to install ssl certificate in aws lightsail 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: gitignore for eclipse 
Shell :: yarn install raspberry pi 
Shell :: how to disable a wifi card raspberry pi 
Shell :: repository commands 
Shell :: how to end a task in command prompt 
Shell :: change file read only permissions linux 
Shell :: how to enable autostart apache 
Shell :: git delete branch upstream 
Shell :: remove frmo staging git 
Shell :: bash compare two files 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =