Creating "soft-links" to folders on Linux
Read the article on my new blog under http://blog.js-development.com/2008/11/creating-soft-links-to-folders-on-linux.html
If you're working on Linux, especially on the command line, you'll often have to navigate through a lot of directories. This clearly depends on your directory structure, but it may be the case. That's however really annoying, so creating a link may easy your life:
ln -s <fileonharddisk> <name>
(Thanks to Matthias Braunhofer)


0 Comments:
Post a Comment