Creating an empty directory
I know this is probably a dumb question, but how the heck do I create an empty directory?
I tried using exec mkdir ... , but mkdir is not an executable, it's part of the command interpreter.
Any slick ways of doing this, without some hack like copying a small file to the dir and then deleting it?
tia