This is not really a Knoppix specific tip, but useful none the less for people who use Konqueror.

Have you ever been in a shell, a few directories deeper than your home directory and want to be able to open Konqueror in that same directory without having to open it and navigate there manually? I sure have. There is a way to do this.

From the shell type this:

Code:
kfmclient exec .
Then Konqueror will open to the directory that you are currently located in. Since I do a lot of navigating from the shell, but sometimes want to open and use some of the Konqueror file tools, I find this really useful. Hopefully others will too.