LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to unhide hidden directory (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-unhide-hidden-directory-889172/)

TigerLinux 06-30-2011 07:21 AM

How to unhide hidden directory
 
Hidden directory is .XXX, there is a "." in front.
How to make it non-hidden?

---------- Post added 06-30-11 at 12:22 PM ----------

I mean, you can see it at terminal with ls command.

Guttorm 06-30-2011 07:24 AM

"ls -a" will show them.

saagar 06-30-2011 07:33 AM

Suppose the hiddendirectory name is .hiddendir, rename it to hiddendir


mv .hiddendir hiddendir

TigerLinux 06-30-2011 07:35 AM

Thanks


All times are GMT -5. The time now is 12:54 PM.