When I enter the command sudo ufw status in Ubuntu, I receive the following error:

ERROR: /var/lib is world writable!

Can anyone help?

link|improve this question

0% accept rate
1  
What are /var/lib's permissions? For that matter, what are /var's? – mpez0 Feb 19 '10 at 14:59
feedback

1 Answer

sudo chmod 755 /var/lib will ensure that /var/lib has the right permissions.

link|improve this answer
but still gives same error – user28760 Feb 19 '10 at 7:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.