Ubuntu软连接恢复步骤如下:
ls -l
readlink
rm
ln -s
ln -s /path/to/target /path/to/link
chmod
注:操作前建议备份重要数据,系统级软连接需用sudo权限。
sudo