By aljrico
I accidentally removed the whole /var/log folder and all its content. I don’t mind losing the old logs, but no new ones are being created. How can I solve this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @aljrico,
If you’ve removed only the folder /var/log, it’s fine. You’ll just need to recreate the folder with the proper permissions and ownership. I’ve just checked the perms on my end :
- drwxrwxr-x 12 root syslog 4096 Jun 3 06:25 /var/log
so you need to create it like that:
mkdir /var/log
chmod 775 /var/log
chown root:syslog /var/log
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.