Jump to content

Hidden Folders??


Guest mandrake123
 Share

Recommended Posts

On Unix (hence on Linux), the "hidden" property of a file is not stored on the filesystem. By common usage, a file or directory is said, and expected, to be hidden if its name begins with a dot (.mozilla/, .bashrc, .armagetronrc).

 

That's very convenient because the rule is very simple. On the other hand, it is problematic, because if you want a visible folder to become hidden (or the other way around), you have to simply add a dot: folder becomes .folder

BUT if you really do so, the application looking for folder will not find it because folder does not exist anymore!

Luckily, many applications can be configured so that you can change the name of the file/directory to look for, but some can't. Eg: you won't ever be able to change nsmail to .nsmail (Netscape mail), or (worse...) Nautilus to .Nautilus AFAIK.

 

If this does not answer your question, then indeed your problem is not a "hidden-property" problem, but rather a access-right problem.

 

Yves.

Link to comment
Share on other sites

Guest mandrake123

I was asking because sometimes i login as root to make make changes to my .wine directory. Sometimes i go in there to add some dll's to the fake windows system directory. The .wine folder is hidden but i like to not show hidden folders because there are so many and it gets a little cluttered.

 

What if i make a link to that .wine folder and name the link 'wine folder' or something like that. Will the link be hidden since the folder it points to is hidden?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...