10

How to create folder shortcut in ubuntu 18.4

Do I need to install an app to do this?

thanks!

1 Answers1

15

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