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.
…
Continue reading “How Do You Create a Hidden Directory Like the .ssh Directory?”