我过去使用过硬链接,但它们似乎把事情搞得一团糟......
什么时候使用硬链接合适?何时何地使用硬链接的最佳实践是什么?
谢谢,
担
dcoles1@shovel:/ $ cd /DriveXT
dcoles1@shovel:/DriveXT $ ls
. unreadable
dcoles1@shovel:/DriveXT $ cd /DriveXT/MML/
dcoles1@shovel:/DriveXT/MML $ ls
. unreadable
dcoles1@shovel:/DriveXT/MML $ cd /DriveXT/MML/LP2010/
bash: cd: /DriveXT/MML/LP2010/: Permission denied
所以我知道这些文件夹存在......但是我如何确定这些文件夹的权限?它不会让我执行“ls -l”...我可以找出哪个组拥有“/DriveXT/MML/LP2010/”吗?我怎样才能得到“drwxr-x--x”字符串?
谢谢