How to create folder shortcut in ubuntu 18.4 [duplicate]

You can do it from the command line:

$ ln -s /my/folder /my/link

to enable creating links from file manager, open the preferences dialog,

menu

and under the "Behavior" tab, check the "Show action to create symbolic links" box

Preferences Dialog