Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Created April 5, 2017 21:57
Show Gist options
  • Save ratulcse10/ec2301578aeb056506f9164cf0788691 to your computer and use it in GitHub Desktop.
Save ratulcse10/ec2301578aeb056506f9164cf0788691 to your computer and use it in GitHub Desktop.
how to clear /var/log ubuntu for low space warning
//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