0

Ubuntu 22.04 had a Create Link option for files and folders that is not in 23.10 so what is the replacement?

2 Answers2

2

The default setting for Gnome is to hide the Create Link option.

It's a setting. You can change it.

  1. Open Nautilus.

  2. Select the Options (hamburger) menu. Select 'Preferences'.
    Keyboard alternative: Three keys CTRL + ,

    enter image description here

  3. Enable 'Create Link'

    enter image description here

There you go. Now you can create links.

user535733
  • 62,253
0

You can create a symlink with the command

ln -s /path/to/source/file /full/path/to/destination/file
Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212