How Do You Create a Hidden Directory Like the .ssh Directory?

Problem scenario
In users' directories you run ls -lh and see no .ssh. You can cd into the .ssh subdirectory. How do you create such a directory?

Solution
mkdir .foobar

# Replace "foobar" with the name of your choice.

Leave a comment

Your email address will not be published. Required fields are marked *