Ubuntu 22.04 had a Create Link option for files and folders that is not in 23.10 so what is the replacement?
Asked
Active
Viewed 117 times
2 Answers
2
The default setting for Gnome is to hide the Create Link option.
It's a setting. You can change it.
Open Nautilus.
Select the Options (hamburger) menu. Select 'Preferences'.
Keyboard alternative: Three keysCTRL + ,
Enable 'Create Link'
There you go. Now you can create links.

user535733
- 62,253
-
Thank you, yes now I can create links. – user283272 Dec 06 '23 at 03:32
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