Mar

8

Linux symbolic link

By admin

To create a symbolic link in Unix or Linux, at the shell prompt, enter the following command:
ln -s {$target-filename} {$symbolic-filename}

Alias => to call “vim” with “vi” shell command :
alias vi=vim