How i can create hidden folder in unix-AIX Version 6.1

aixcommand-line-interfacefilesunix

I try this command mkdir .done but it does not work. How does one create a hidden folder?

Best Answer

What is the output of alias ls? It sounds like the folder is being created but you expect it to be hidden when you do a ls. Perhaps your ls is aliased to ls -a?