I have upgraded from Ubuntu 16.04 LTS to Ubuntu 18.04 LTS. I was surprised to see that the context menu entry "Make Link" (keyboard shortcut Ctrl+M) in Nautilus doesn't seem to exist anymore. It used to appear upon right mouse click on a file or folder and allowed the user to create a symbolic link.
Asked
Active
Viewed 2.2k times
59
-
@cl-netbox No problem. The question is search-able anyway :) – N0rbert Aug 14 '18 at 14:38
1 Answers
80
This answer is suitable for Ubuntu 18.04 LTS, since Ubuntu 16.10 the feature preference has changed. The feature still exists ... it just has to be activated. Open Nautilus and go to Preferences -> Behavior.
Enable the option "Show action to create symbolic links". Now you have the "Create Link" context menu entry in Nautilus ... Note : The keyboard shortcut changed from Ctrl+M to Ctrl+Shift+M.

cl-netbox
- 31,163
- 7
- 94
- 131
-
-
-
2FYI - Although this option is selected, the context menu still does not appear. – The Coordinator Nov 18 '17 at 18:36
-
2I wish I'd known about that a few months ago. I had to set up a lot of symbolic links lately using
ln
. :-) – Paul Benson Sep 25 '18 at 18:03 -
2In the latest version the shortcut for creating a link to the currently selected file is Ctrl+Shift+M while the shortcut to create a link to a copied file is Ctrl+M – Michael Lawton Dec 12 '20 at 08:20