How to hide files and directories in terminalHow to rename and move thousands of files at once?Hide files ending in tildeHow to have `ll` command not display hidden filesHide multiple files at once with shell scriptCopy files and directories without files contentIterate over files in directory, create folders based on file names and move files into respective foldersHow can I copy files with common names and paste them into another folder?How to hide all command output with zsh and bashHide terminal password as typing

Why dont electrical receptacles have more than one ground?

Is Earth's Surface "In orbit"?

Number of taps needed in an FIR filter to remove DC

Large products with glass doors

How can I convince my child to write?

Can a Barbarian/Wizard multiclass cast a spell with a magic item while raging?

Why is SpaceX not also working on a smaller version of Starship?

Who are the strongest non-professional GMs?

Is this Astral Rat a reasonable magic pet?

Are members of the military allowed to wear civilian clothes when testifying in Congress?

Is there a word/phrase that can describe playing a musical instrument in a casual way?

How do I defeat the Molduga

Where to stand for this winter view in Grindelwald, Switzerland?

Should I present forged documents in a Penetration Test/Red team engagement?

How could hearsay be better evidence than direct?

Do companies have non compete agreements between each other?

What does play with feeling mean?

I noticed an error in a graded exam during office hours. Should I give the student the lower grade?

Why does the hyperref documentation suggest using gather instead of equation?

Why would one use "enter the name of the project to confirm"?

Why is it so important who the whistleblower in the Trump-Zelensky phone call is?

Doubts and Meditation

Designing Borders with QGIS

Does Airplane Mode allow GPS location to pass through?



How to hide files and directories in terminal


How to rename and move thousands of files at once?Hide files ending in tildeHow to have `ll` command not display hidden filesHide multiple files at once with shell scriptCopy files and directories without files contentIterate over files in directory, create folders based on file names and move files into respective foldersHow can I copy files with common names and paste them into another folder?How to hide all command output with zsh and bashHide terminal password as typing






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















I would like to know If i want to hide my private files and folders on my storage minus setting password like how i do it in windows with "atrrib" command










share|improve this question

























  • What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

    – terdon
    Sep 14 at 14:26






  • 2





    There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

    – pa4080
    Sep 14 at 14:28












  • @terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

    – pa4080
    Sep 14 at 14:31







  • 3





    @pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

    – terdon
    Sep 14 at 14:36






  • 1





    The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

    – user535733
    Sep 14 at 14:40


















0


















I would like to know If i want to hide my private files and folders on my storage minus setting password like how i do it in windows with "atrrib" command










share|improve this question

























  • What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

    – terdon
    Sep 14 at 14:26






  • 2





    There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

    – pa4080
    Sep 14 at 14:28












  • @terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

    – pa4080
    Sep 14 at 14:31







  • 3





    @pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

    – terdon
    Sep 14 at 14:36






  • 1





    The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

    – user535733
    Sep 14 at 14:40














0













0









0








I would like to know If i want to hide my private files and folders on my storage minus setting password like how i do it in windows with "atrrib" command










share|improve this question














I would like to know If i want to hide my private files and folders on my storage minus setting password like how i do it in windows with "atrrib" command







command-line






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 14 at 14:03









brianekibrobrianekibro

11 bronze badge




11 bronze badge















  • What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

    – terdon
    Sep 14 at 14:26






  • 2





    There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

    – pa4080
    Sep 14 at 14:28












  • @terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

    – pa4080
    Sep 14 at 14:31







  • 3





    @pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

    – terdon
    Sep 14 at 14:36






  • 1





    The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

    – user535733
    Sep 14 at 14:40


















  • What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

    – terdon
    Sep 14 at 14:26






  • 2





    There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

    – pa4080
    Sep 14 at 14:28












  • @terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

    – pa4080
    Sep 14 at 14:31







  • 3





    @pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

    – terdon
    Sep 14 at 14:36






  • 1





    The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

    – user535733
    Sep 14 at 14:40

















What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

– terdon
Sep 14 at 14:26





What does this attrib thing do? Remember, we don't know Windows here. How hidden do you need these to be? Impossible to see or just hard to see?

– terdon
Sep 14 at 14:26




2




2





There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

– pa4080
Sep 14 at 14:28






There is no hidden attribute in Linux, instead you can add a dot . in the front of the file (or directory) name, thus the file will not be displayed unless you are not using ls -a within the command line or Ctrl+H within the file manager. If you want to make your files private you need to setup right filesystem permissions or make them really private by using encryption - encrypted partition, encrypted directory or encrypted archive.

– pa4080
Sep 14 at 14:28














@terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

– pa4080
Sep 14 at 14:31






@terdon, it manipulates file/folders attributes within Windows: windowscentral.com/how-hide-files-and-folders-windows-10

– pa4080
Sep 14 at 14:31





3




3





@pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

– terdon
Sep 14 at 14:36





@pa4080 yes, so how hidden are they? Who can see them? Who can access them? My main point is that users shouldn't expect us to know what some thing from another operating system does. Brian, please edit your question and explain what you need so we can understand. Don't assume we know anything about Windows.

– terdon
Sep 14 at 14:36




1




1





The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

– user535733
Sep 14 at 14:40






The question would be better if you explained exactly what you want instead of merely linking someplace else and hoping we'll correctly guess which features are important to you. Links tend to go stale quickly, making them useless for future reference.

– user535733
Sep 14 at 14:40











0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
autoActivateHeartbeat: false,
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1174146%2fhow-to-hide-files-and-directories-in-terminal%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • 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%2faskubuntu.com%2fquestions%2f1174146%2fhow-to-hide-files-and-directories-in-terminal%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

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?