Comments on: An Easy Way to Hide Files and Directories in Linux https://www.tecmint.com/hide-files-and-directories-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 09:34:24 +0000 hourly 1 By: dragonmouth https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1914614 Mon, 14 Nov 2022 21:53:43 +0000 http://www.tecmint.com/?p=25355#comment-1914614 “Security by Obscurity” seldom works. What is to prevent nogoodnik from displaying hidden files?

]]>
By: Alan S. https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1593100 Wed, 22 Sep 2021 18:52:45 +0000 http://www.tecmint.com/?p=25355#comment-1593100 In reply to subhash.

. and .. are not real files/directories. It’s a convenient way to navigate across the directory tree.

. means the current directory, .. means back one directory.

For example, if I’m in /home/user/Desktop and I want to go to /home/user, I can use 'cd ..'.

If I want to reference a file in the current directory, I could either use ‘file’ or ‘./file’ (the latter is more reliable, next to the full path).

]]>
By: ggee https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1316525 Thu, 13 Feb 2020 19:11:14 +0000 http://www.tecmint.com/?p=25355#comment-1316525 In reply to subhash.

'.' means current directory…

]]>
By: subhash https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168 Thu, 12 Dec 2019 10:59:56 +0000 http://www.tecmint.com/?p=25355#comment-1305168 what is . and .. while listing the files? is it a file name with '.' and '..' ?

]]>
By: Ravi Saive https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1210980 Fri, 26 Jul 2019 07:18:49 +0000 http://www.tecmint.com/?p=25355#comment-1210980 In reply to Mitch.

@Mitch,

Linux Mint 18 with Mate desktop..

]]>