View Single Post
jellotherat's Avatar
Posts: 129 | Thanked: 81 times | Joined on Dec 2007 @ Austin, TX
#7
Originally Posted by Duncan View Post
If you want file manager to see the whole filesystem then all you have to do is create a link to it. Run xterm:

$ ln -s / MyDocs/root

then you can browse anywhere you want.
I'm not a complete Linux newb, but I'm still definitely in the learning stage. Could you break this command down and explain how it works so I can apply it elsewhere? Much appreciated.