Juri Strumpflohner
Juri Strumpflohner Juri is a full stack developer and tech lead with a special passion for the web and frontend development. He creates online videos for Egghead.io, writes articles on his blog and for tech magazines, speaks at conferences and holds training workshops. Juri is also a recognized Google Developer Expert in Web Technologies

Creating "soft-links" to folders on Linux

1 min read

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)
Questions? Thoughts? Hit me up on Twitter
comments powered by Disqus