AMAZON

Saturday, September 1, 2012

Hiding Folder/file on Ubuntu 12.10 and older version

Hiding Folder/file on Ubuntu

#1 : If you have just one file to hide then just rename the file name from ‘myfile’ to ‘.myfile’ or if you have a lot of files to hide then better create a folder – lets say – ‘mysecret’ and copy all the files you want to hide, then rename the folder name to ‘.mysecret’ .

#2 : Now refresh (hit F5) the screen, then your Folder/file will disappear.

#3 : That’s all..The most appropriate place for hiding folders/file would be desktop because CTRL+H won’t work directly , i.e in order to see hidden content(s), it must be seen through Nautilus.
How to see Hidden Files/Folders/Directory in Ubuntu

To see hidden file hit ‘CTRL+H’ (Twice if you want to hide it again) in nautilus or from command line/terminal. The command is -

ls -a

Warning! : Hiding folders isn’t a smart way to protect information from other people, you should encrypt it using some common encryption tool (A lot of free encryption tools for ubuntu are available) ; then decrypt it when you need it. So in this way, if any body will get your encrypted version of file/folder then they won’t be able (not necessarily true in all cases) to get the content! Second, it may works only with the nautilus i.e other file browser may show the hidden content directly!

No comments:

Post a Comment