Dedicated Server RPM diskspace management
**** Use coupon whukharry to avail a great discount of 10% on every order you placed at http://www.webhosting.uk.com/
Website hosting server space has its unique importance, we should waste it by uploading unnecessary data or applications onto our server which may consume good diskspace. Hence if you are operating a VPS or a dedicated server then need to check how much disk space your installed rpm pacakges have used up so that you can free them as and when required thus you can save your server disk space and ofcourse some precious bandwidth. You can use following command to check diskspace which is required by all installed rpms on your server using following command :
rpm -qa –qf “%10{SIZE}\t%{NAME}\n” | sort -k1,1n
Using above command you will get all information about the disk drive usage by all RPMs installed on your VPS or cPanel dedicated server.
















