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 […]
Basic Linux Commands
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. […]