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 547 times
2 Answers
4
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
- 68,493
0
You can create a symlink with the command
ln -s /path/to/source/file /full/path/to/destination/file
Archisman Panigrahi
- 38,814

