You are not logged in.
Pages: 1
I have a folder in my /home/user folder; I will call it work here.
Now I want to create a symbolic link to work (I hope I am using the right term here) so that I can access work from within another folder, say from Desktop; so when I click on work in Desktop I can go directly to work.
Now, how can I do this (from the terminal for example)?
I am using XFCE - can I create a link without a terminal?
Offline
ln -s <absolutepathtotheworkfolder> <absolutepathofthedesiredlocation>
Remember to use absolute path. Use the console, probably there are file managers which create links, but they are only an additional source of confusion.
Mortuus in anima, curam gero cutis
Offline
Pages: 1