原来我在/home/huangwenwen/work_sp下下载相关项目,系统下的/exstsd/有较大空间,那么我们可以通过下述步骤,实现在/exstsd/下存储实际项目,在/home/huangwenwen/work_sp下操作项目
1、移动work_sp到/exstsd/下 mv /home/huangwenwen/work_sp/ /exstsd/hww_workspace 2、创立软连接 ln -s /exstsd/hww_workspace /home/huangwenwen/work_sp
这样在/home/huangwenwen/work_sp下实际是一个类似快捷方式的东西,真正存储的是在/exstsd/hww_workspace中