Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Hide folders and files ?  (Read 4181 times)

0 Members and 1 Guest are viewing this topic.

sumit_09

    Topic Starter


    Rookie

    Hide folders and files ?
    « on: April 29, 2009, 01:38:03 AM »
    how to files and folders in linux mint? ???

    Ralph Spencer

    • Guest
    Re: Hide folders and files ?
    « Reply #1 on: April 29, 2009, 02:49:32 AM »
    You double-posted this topic in two threads. Please delete on of them.

    sumit_09

      Topic Starter


      Rookie

      Re: Hide folders and files ?
      « Reply #2 on: April 29, 2009, 09:06:38 PM »
      when I tried to delete this post
       then a dialog box appeared in which it was written (remove the post yes or no) and I clicked on yes after that it was written (You cannot delete your own topics in this board. )
      please tell how to delete how to delete this post ?

      banjo67xxx



        Beginner

        Thanked: 4
        • Certifications: List
        • Computer: Specs
        • Experience: Guru
        • OS: Linux variant
        Re: Hide folders and files ?
        « Reply #3 on: April 30, 2009, 05:53:59 PM »
        To create a "hidden" file or directory on any linux system just start the name with a dot.

        For example .profile
        To see hidden files just use ls -a

        Alternatively to make a blind directory where all files and sub-directories are hidden just remove the read permission from the parent directory
        For example chmod a-r /anonftp

        sumit_09

          Topic Starter


          Rookie

          Re: Hide folders and files ?
          « Reply #4 on: May 02, 2009, 06:26:49 AM »
          how to see hidden folders and files ? like we do in windows by folder option ?please tell in linux?

          Dias de verano

          • Guest
          Re: Hide folders and files ?
          « Reply #5 on: May 02, 2009, 07:20:36 AM »
          how to see hidden folders and files ? like we do in windows by folder option ?please tell in linux?


          Are you sure Linux is right for you?

          banjo67xxx



            Beginner

            Thanked: 4
            • Certifications: List
            • Computer: Specs
            • Experience: Guru
            • OS: Linux variant
            Re: Hide folders and files ?
            « Reply #6 on: May 02, 2009, 02:26:32 PM »
            I already told you
            To see hidden files just use ls -a

            I suggest you read a book on linux. There are many recommended in this forum so I won't duplicate those posts.