symlink - error while creating symbolic links in linux -


i trying create symbolic link ( soft link ) folder lies on remote machine on network.

command:

 ln -s /abc/folder1 folder1 

the links not created. when ssh remote machine using...

ssh <user>@<remote machine> 

i able view folder want create symlink when try cd folder machine... not there.

i have checked permissions of file on remote machine its: drwxr-xr-x please, can 1 me in understanding problem , how resolve it...


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -