Disk management in Linux

Tuesday, April 20th, 2010

If you need to manage your disk or just check the disk space usage of a Linux powered computer, here are some suggestions for both graphical and command line interfaces. Desktop applications for disk management: File mangers: in a modern Linux desktop environment checking disk usage is a trivial task. The file ...

Find all folders with same name in a directory tree and execute commands on them

Sunday, October 11th, 2009

In a Linux CLI environment you can use the "find" command to search for files or folder. In this tutorial I will explain how to find folders having the same name in a directory tree and execute commands on them. Since the best way to learn is by example, let's consider ...