软连接就是一个快捷方式,建立软连接的方法
ln -s source-path-or-file link-file
建立硬连接
ln source-path-or-file link-file
cd $(readlink -f link-file)
linux - Find out symbolic link target via command line - Server Fault
bash - How get full path to target of link - Super User
时间: 2024-11-08 10:39:01