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?

Basic Linux/Mac OS X Commands that Help You to Get Started

Typically the learning curve of Linux commands is bit slow and scare people away from it. But the piece of advice that is worth is “Hang on!, You will see the fruits of your frustrations soon”. Linux organizes everything in directories. For example, if you are a linux user, your account is just another directory.… Continue reading Basic Linux/Mac OS X Commands that Help You to Get Started