HowTo: Create Hidden Directory Folder

From linux command line terminal, here's a quick tip on creating a hidden directory folder from your hard drive.

Simply issue the following to create a hidden directory from linux terminal window.

Let us do it from temporary folder
# cd /tmp

Then create the hidden directory folder
# mkdir .hideme

Go inside the hidden directory folder
# cd .hideme
# ls -la

Create files under a hidden

None
A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".
Origianl story:

Valid XHTML 1.0 Strict