Linux获取软链目录的实际路径 发表于2015 年 1 月 29 日由ares ln -s /home/ares/test /test cd /test然后执行当中的脚本 脚本中pwd命令输出/test 脚本中pwd -P命令输出/home/ares/test