1

I'm told to make a folder and put a file into it, and the instructions read like this:

~/.foldername

So foldername is the folder I'm creating and the directory that they tell me to place it in is ~/.

Please help. I searched through all the folders with the hidden items view on and still can't figure it out. First time using this operating system.

Thanks!

2 Answers2

5

Press ctrl+H inside your Home folder.

It will displays all the hidden files and folders present inside your Home directory.

~/.foldername

~ - It represents your Home folder.(/home/$USER)

.foldername - If a folder name is preceeded by dot ., it would hide automatically. You have to press ctrl+H to view all the hidden files and folders.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
Avinash Raj
  • 78,556
2

To make that folder all you have to do is type this below, it will create a hidden folder in your home directory.

    mkdir ~/.foldername
Elder Geek
  • 36,023
  • 25
  • 98
  • 183
answerSeeker
  • 901
  • 2
  • 10
  • 25