LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to hide files/folders ubuntu 12.04 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-hide-files-folders-ubuntu-12-04-a-4175495087/)

zeeshanayub 02-16-2014 12:34 AM

how to hide files/folders ubuntu 12.04
 
help me friends:
method of hide files in ubuntu 12.04

shivaa 02-16-2014 12:47 AM

Hidden files in Linux are represented by a dot(.) before filename and they can be listed using -a option with ls command.
Using command line, you can make a file hidden by renaming it by adding a dot before it. Let's say you have a file, named 'myfile.txt' and you want to hide it, then you can:
Code:

user~$ mv myfile.txt .myfile.txt
Then you can check that file using -a option with ls command.

zeeshanayub 02-16-2014 05:59 AM

dear friend :
but the file is show on system
hide file do not show of system norman file is show
why
hide file is show

unSpawn 02-16-2014 07:16 AM

Quote:

Originally Posted by zeeshanayub (Post 5118518)
method of hide files

What files should be hidden?
Why should they be hidden?

zeeshanayub 02-16-2014 07:19 AM

thank friend


All times are GMT -5. The time now is 08:23 PM.