Which of the following syntax creates a softlink?
$ ln -s /etc/test test
$ ln -softlink /etc/test test
$ ln /etc/test test
$ ln -slink /etc/test test