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
Esther Schindler
If the comments are ugly, the code is ugly
claird
SVG a graphics format for 21st century
pasmith
Take Chrome OS for a test spin
Sandra Henry-Stocker
Solaris Tip: Have Your Files Changed Since Installation?
jfruh
Android fragments vs. the iPhone monolith
mikelgan
What Gizmodo missed about the Pro WX Wireless USB disk drive
Where Google Chrome security fails: the password
I heard mention that the Chrome OS will have some sort of encryption available a la bitlocker. If it's possible to encrypt personal data using another password or key, then it may have potential for very secure data.... And Ubuntu has an 'encrypt home directory' option, perhaps google should follow suit.
- Dann
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