Created
April 5, 2017 21:57
-
-
Save ratulcse10/ec2301578aeb056506f9164cf0788691 to your computer and use it in GitHub Desktop.
how to clear /var/log ubuntu for low space warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//check the list of files along with their sized | |
ls -lSh /var/log | |
//wipe the files | |
//**Remember don't delete any files | |
sudo su | |
>fileName | |
>exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment