Hi,
Please how can i empty the /var in my linux email server?

Recommended Answers

All 2 Replies

If you're talking about removing everything in it, that's a really bad idea.

If you mean to free some disk space, you should figure out what's eating it all up. You can also try rm -r /var/tmp/* to get rid of temporary files.

If you're talking about removing everything in it, that's a really bad idea.

If you mean to free some disk space, you should figure out what's eating it all up. You can also try rm -r /var/tmp/* to get rid of temporary files.

Thanks, actually i mearnt freeing disk space. Pls do you know what could be eating it up? The server is a mail server. Your assistance is appreciated.

Also do you know how i can configure a Linux to serve as my NAT Server?

Cheers

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.