• Cody Bonney
  • January 22, 2014
ubuntu

Creating a symbolic link on Ubuntu 12.10

The ln command can be used to create a symbolic link on Ubuntu 12.10.

The example below will create a symlink from /usr/bin/nodejs to /usr/bin/node

$ ln -s /usr/bin/nodejs /usr/bin/node

now, when I use the node command, I'm actually calling nodejs

more Ubuntu posts

ubuntu Fix hanging NFS mount on Ubuntu 14.04 when calling `vagrant up`
ubuntu Installing pip on Ubuntu 13 using Apt-get
ubuntu Installing Monaco font on Ubuntu 13 via command line
ubuntu Installing Sass on Ubuntu 12