How do I create an Extensionless File?
OK. This is frustrating.
I am trying to configure the Boot Partition of my raspberry pi so that I can run it headless. For SSH to be enabled on initial boot, I need to create an extention-less file "ssh" for the program to recognize it and run. Text Editor and CotEditor both force a file extension of either .txt or .rtf.
I then tried from the command line:
~ cd /volumes/boot
~ touch ssh
This resulted in the creation of an "ssh executable" instead. Weird, right?
I tested the touch command on my home folder and it worked as intended:
cd ~/
touch happy
I checked the info. Text edit document with "happy info" in title bar.
Please someone help, it's driving me nuts!