hidden files created in ubuntu visible in windows or MAC











up vote
0
down vote

favorite












I have a an external hardrive some directories and files are hidden using ubuntu (using . dot rename). I am wondering if these hidden files and directories will be visible if the HD is connected to a windows or MaC.If yes how can I hide or secure them.Thanks










share|improve this question






















  • hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
    – Kamil Maciorowski
    Dec 2 at 9:23










  • The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
    – fixer1234
    Dec 2 at 10:09










  • BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
    – fixer1234
    Dec 2 at 11:21















up vote
0
down vote

favorite












I have a an external hardrive some directories and files are hidden using ubuntu (using . dot rename). I am wondering if these hidden files and directories will be visible if the HD is connected to a windows or MaC.If yes how can I hide or secure them.Thanks










share|improve this question






















  • hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
    – Kamil Maciorowski
    Dec 2 at 9:23










  • The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
    – fixer1234
    Dec 2 at 10:09










  • BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
    – fixer1234
    Dec 2 at 11:21













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a an external hardrive some directories and files are hidden using ubuntu (using . dot rename). I am wondering if these hidden files and directories will be visible if the HD is connected to a windows or MaC.If yes how can I hide or secure them.Thanks










share|improve this question













I have a an external hardrive some directories and files are hidden using ubuntu (using . dot rename). I am wondering if these hidden files and directories will be visible if the HD is connected to a windows or MaC.If yes how can I hide or secure them.Thanks







file-permissions ubuntu-16.04






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 2 at 9:08









spphire01

1




1












  • hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
    – Kamil Maciorowski
    Dec 2 at 9:23










  • The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
    – fixer1234
    Dec 2 at 10:09










  • BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
    – fixer1234
    Dec 2 at 11:21


















  • hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
    – Kamil Maciorowski
    Dec 2 at 9:23










  • The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
    – fixer1234
    Dec 2 at 10:09










  • BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
    – fixer1234
    Dec 2 at 11:21
















hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
– Kamil Maciorowski
Dec 2 at 9:23




hide or secure them – "Hidden files" and "data security" are two different concepts. If you want the latter then the former is not a good solution. Hidden files or directories are not displayed in some circumstances, that's all. You can edit the question and explain your goal (is it about security?) to avoid XY problem, if any.
– Kamil Maciorowski
Dec 2 at 9:23












The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
– fixer1234
Dec 2 at 10:09




The hiding is just a display preference. e.g., system files can be distracting if they clutter the display while you're not doing system maintenance. So an option is provided to turn their display on and off. That option can vary with each application that views it.
– fixer1234
Dec 2 at 10:09












BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
– fixer1234
Dec 2 at 11:21




BTW, also consider the filesystem on the drive. Some can be read natively by other OSes, some can only be read if you install a driver or utility that tells the OS how to do it. So you may be reading the drive with different software, depending on the filesystem.
– fixer1234
Dec 2 at 11:21










2 Answers
2






active

oldest

votes

















up vote
1
down vote













Adding a dot in front of a file or a folder on UNIX (therefore including MAC Os X) is just a convention that tells your OS "I don't want to see this file" you can still browse( -a option on ls) it and it does not change its permissions (read-write-execute) if you really don't want someone to see the content of a file, you should encrypt it. If you want to hide the filenames or the structure of your directory, you should put it in an encrypted container.



Basically, there is no such thing as an actual hidden file, only rules used by OS and software not to display some files






share|improve this answer




























    up vote
    0
    down vote













    It depends on your filesystem. But when you want to connect the harddrive to windows I think you use ntfs or fat. On both you can set the file/directory attributes to hidden.



    MacOS also use the .-prefix for hidden files.



    But to secure those files you should put them in an crypt container. As example with veracrypt or winrar or... .






    share|improve this answer





















    • Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
      – spphire01
      Dec 2 at 11:26











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380141%2fhidden-files-created-in-ubuntu-visible-in-windows-or-mac%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Adding a dot in front of a file or a folder on UNIX (therefore including MAC Os X) is just a convention that tells your OS "I don't want to see this file" you can still browse( -a option on ls) it and it does not change its permissions (read-write-execute) if you really don't want someone to see the content of a file, you should encrypt it. If you want to hide the filenames or the structure of your directory, you should put it in an encrypted container.



    Basically, there is no such thing as an actual hidden file, only rules used by OS and software not to display some files






    share|improve this answer

























      up vote
      1
      down vote













      Adding a dot in front of a file or a folder on UNIX (therefore including MAC Os X) is just a convention that tells your OS "I don't want to see this file" you can still browse( -a option on ls) it and it does not change its permissions (read-write-execute) if you really don't want someone to see the content of a file, you should encrypt it. If you want to hide the filenames or the structure of your directory, you should put it in an encrypted container.



      Basically, there is no such thing as an actual hidden file, only rules used by OS and software not to display some files






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Adding a dot in front of a file or a folder on UNIX (therefore including MAC Os X) is just a convention that tells your OS "I don't want to see this file" you can still browse( -a option on ls) it and it does not change its permissions (read-write-execute) if you really don't want someone to see the content of a file, you should encrypt it. If you want to hide the filenames or the structure of your directory, you should put it in an encrypted container.



        Basically, there is no such thing as an actual hidden file, only rules used by OS and software not to display some files






        share|improve this answer












        Adding a dot in front of a file or a folder on UNIX (therefore including MAC Os X) is just a convention that tells your OS "I don't want to see this file" you can still browse( -a option on ls) it and it does not change its permissions (read-write-execute) if you really don't want someone to see the content of a file, you should encrypt it. If you want to hide the filenames or the structure of your directory, you should put it in an encrypted container.



        Basically, there is no such thing as an actual hidden file, only rules used by OS and software not to display some files







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 2 at 12:22









        PoutchiPatch

        415




        415
























            up vote
            0
            down vote













            It depends on your filesystem. But when you want to connect the harddrive to windows I think you use ntfs or fat. On both you can set the file/directory attributes to hidden.



            MacOS also use the .-prefix for hidden files.



            But to secure those files you should put them in an crypt container. As example with veracrypt or winrar or... .






            share|improve this answer





















            • Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
              – spphire01
              Dec 2 at 11:26















            up vote
            0
            down vote













            It depends on your filesystem. But when you want to connect the harddrive to windows I think you use ntfs or fat. On both you can set the file/directory attributes to hidden.



            MacOS also use the .-prefix for hidden files.



            But to secure those files you should put them in an crypt container. As example with veracrypt or winrar or... .






            share|improve this answer





















            • Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
              – spphire01
              Dec 2 at 11:26













            up vote
            0
            down vote










            up vote
            0
            down vote









            It depends on your filesystem. But when you want to connect the harddrive to windows I think you use ntfs or fat. On both you can set the file/directory attributes to hidden.



            MacOS also use the .-prefix for hidden files.



            But to secure those files you should put them in an crypt container. As example with veracrypt or winrar or... .






            share|improve this answer












            It depends on your filesystem. But when you want to connect the harddrive to windows I think you use ntfs or fat. On both you can set the file/directory attributes to hidden.



            MacOS also use the .-prefix for hidden files.



            But to secure those files you should put them in an crypt container. As example with veracrypt or winrar or... .







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 2 at 10:00









            Thomas

            212




            212












            • Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
              – spphire01
              Dec 2 at 11:26


















            • Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
              – spphire01
              Dec 2 at 11:26
















            Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
            – spphire01
            Dec 2 at 11:26




            Thanks Thomas.Just to understand 100% ( I am a newbie here..)If I use ubuntu and create a hidden dir with . dot). by default it that harddrive is connected to an MAC, these directories which I initially set as hidden will be seen?Can you tell me a bit more about crypt( I have large files in my directories -in terms of gigs. Thanks
            – spphire01
            Dec 2 at 11:26


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1380141%2fhidden-files-created-in-ubuntu-visible-in-windows-or-mac%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕