2

I have directory where it is placed in a deep path. so I want to put that in here:enter image description here How I can do that?

Jorge Castro
  • 71,754
Mohammad Reza Rezwani
  • 10,286
  • 36
  • 92
  • 128

1 Answers1

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,053
  • 27
  • 25