在 Solaris 下,要将符号链接作为符号链接移动/复制到其他文件夹,可以使用 ln
命令。具体步骤如下:
ln -s
命令创建符号链接,例如:ln -s /path/to/source/file /path/to/destination/link
其中,/path/to/source/file
是源文件的路径,/path/to/destination/link
是要创建的符号链接的路径。
mv
命令,例如:mv /path/to/destination/link /path/to/new/destination/link
其中,/path/to/destination/link
是要移动的符号链接的路径,/path/to/new/destination/link
是新的符号链接的路径。
需要注意的是,在 Solaris 下,符号链接的路径是相对路径,而不是绝对路径。如果要创建绝对路径的符号链接,需要使用绝对路径。
领取专属 10元无门槛券
手把手带您无忧上云