Categories: Hostripples Featured

How to empty /tmp

If you want to delete all files and dirs from /tmp use following command.

cd /tmp

chattr +i lost+found; deltree -f *; deltree -f .*; chattr -i lost+found

ln -s /var/lib/mysql/mysql.sock

service mysql restart

/scripts/restartsrv mysql

above commands will help you to delete all files under /tmp

 

 

 

 


HR-ADMIN

Recent Posts

How Small Businesses Can Sell Products Using YouTube Live?

Live video commerce is transforming how small businesses sell products online. Instead of relying only on static product pages or…

1 week ago

How to Choose the Right Digital Marketing Agency: 15 Smart Questions

Digital marketing directly impacts revenue, brand positioning, and customer acquisition cost. Choosing the wrong agency can result in wasted budgets,…

1 month ago

WordPress 6.9 Update Guide: What’s New in the Latest Version

The release of WordPress 6.9 introduces meaningful enhancements focused on performance, block editing flexibility, design precision, and long-term scalability. This…

2 months ago

WP-Content Uploads Folder Explained (With Step-by-Step Upload Methods)

The wp-content/uploads folder is the core storage location for media files in WordPress. Every image, PDF, video, or document uploaded…

2 months ago

WordPress User Roles Explained: A Complete Guide to Permissions

Managing access correctly is one of the most important aspects of running a secure and scalable WordPress website. Managing access…

2 months ago