I want to use a folder in Visual Studio Code but not expose the full path (including username) in my online tutorials.
I will make a folder in /Volumes.
mkdir tutorial
And give it execute/read/write privileges:
chmod 777 tutorial
/Volumes list:
lrwxr-xr-x 1 root wheel 1 Aug 2 21:33 Macintosh HD -> / drwxrwxrwx 4 root wheel 128 Aug 23 08:15 tutorial
If you get error 'Permission denied', you might have to use sudo. Do it on your own risk!