The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging than ...
This is the most efficient method of searching for files on the GNOME desktop.
The file manager might not be a feature on your desktop that you've ever considered changing, but once you've seen a better option, you can't unsee it. I've used nearly every file manager on the ...
A symlink or "symbolic link" is a Linux file that simply points at another file. If the referenced file is removed, the symlink will remain but not indicate there's a problem until you try to use it.
In an earlier installment of Linux Fu, I mentioned how you can use inotifywait to efficiently watch for file system changes. The comments had a lot of alternative ways to do the same job, which is ...