Unix tip: Recursively removing empty directories
Recursively removing empty directories from a file system might seem like a lot of work. How do you find all the directories and how do you determine programmatically which of them are empty? But let's look at how this task can be made very easy by taking advantage of the normal behavior of the rmdir command.
Grappling with disk space
Disks are getting bigger and bigger, but so are our users' data collections. How do you quickly pin down the source of the problem when a file system suddenly fills up? Let's look at some useful commands.
Unix Tip: Finding services on a subnet
If you have ever needed to survey a large group of systems to find out which of them supported some particular service, such as ftp, telnet, ssh or some other particular application, you have probably thought of numerous ways to query the systems for the required information and display it in some usable fashion. Many methods of obtaining information from servers, however, require some sort of login or a remote shell request that either takes more time than you want to spend or requires you to configure some sort of trust on the part of the systems with the information for the system on which it is being collected. In today's column, we will look at a way to find out about services running on systems without setting up any access ahead of time.
Unix tip: Recursively removing empty directories
jfruh
Apple syncing patent can't come soon enough
pasmith
New Twitter features borrow from 3rd party clients
Esther Schindler
Open Source Changes the Software Acquisition Process
mikelgan
How to set up continuous podcast play on the new iTunes
David Strom
Five important Windows 7 mobility features
sjvn
Guard your Wi-Fi for your own sake
Sandra Henry-Stocker
Grepping on Whole Words
Sidekick: The Good News & the Bad News
Either way you look at it Microsoft Data Center management did not follow standards or best practices in this failure. In which case it makes me wonder more about the outsourcing of corporate data much less personal data.
- mburton325
Join the conversation here
Quick, practical advice for IT pros. Made fresh daily.
Want to cash in on your IT savvy? Send your tip to tips@itworld.com. If we post it, we'll send you a $25 Amazon e-gift card.













Unix Tip: Finding services on a subnet
Unix tip: Recursively removing empty directories
Grappling with disk space