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?
Solutionmkdir .foobar
# Replace "foobar" with the name of your choice.
A Technical I.T./DevOps Blog
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?
Solutionmkdir .foobar
# Replace "foobar" with the name of your choice.