How to Create a Soft link to a Directory in Linux/Mac OS X?

If you are using a really long path to reach a directory (my/really/long/path/to/the/directory) frequently, it will get painful to type the long path every time to get there. Well, the command “ln -s” offers you a solution by letting you create a soft link. The ln command in Linux creates links between files/directory. The argument… Continue reading How to Create a Soft link to a Directory in Linux/Mac OS X?