I have got a question were I have to create a symbolic link named "new" to file /test/test1/test2. The current command I have is this:
ln -s /test/test1/test2 /new
I am not if there is a specific command which will create it in the current directory? any help would be much appreciated.
Thank you.