I have directory where it is placed in a deep path. so I want to put that in here:
How I can do that?
Asked
Active
Viewed 194 times
2
Jorge Castro
- 73,717
Mohammad Reza Rezwani
- 10,706
1 Answers
1
By drag-and-drop
I'm not sure which file manager you use. I use thunar, and there I can just drag and drop folders into the side bar.
Using ln -s
If that does not work out, use the simple ln -s /your/long/path/name/here ~/shortname to create a soft link. It won't show in the side bar, but should be easy to reach via the home folder.
noleti
- 4,103
- 28
- 27