The directory structure of Mac and Linux(both are UNIX) tends to get really _really_ long. But don’t worry, by using the ln -s, or Symbolic Link command in the terminal(unix shell), creating “shortcuts” to your folders or files is now a breeze.
ln -s
Here’s an example:
ln -s /Library/Python/2.5/ /shortcuts/PYTHON
The effect: cd /shortcuts/PYTHON is now the same as cd /Library/Python/2.5/, removing a shortcut is similar to removing a file: rm /shortcuts/PYTHON… that’s it!
Related posts:
- Unix Super Tip: How to CHMOD all your files recursively
- How to Fix: I’m unable or can’t copy, move or delete files in MAC because of insufficient privileges or permissions
- Super Tip: Pass Arguments in your Python Bindings using Lambda Functions
Still can't see what you're looking for?









