leezu commented on pull request #17815:
URL: https://github.com/apache/incubator-mxnet/pull/17815#issuecomment-671579664


   Yes, `md5sum` would normally report the hash the file content that is being 
symlinked, and thus all hashes should be the same:
   
   ```
   % ls -l test*
   -rw-r--r-- 1 lausen domain^users    0 Aug 10 20:40 test
   lrwxrwxrwx 1 lausen domain^users    4 Aug 10 20:41 test1 -> test
   lrwxrwxrwx 1 lausen domain^users    5 Aug 10 20:41 test1.1 -> test1
   % md5sum test*
   d41d8cd98f00b204e9800998ecf8427e  test
   d41d8cd98f00b204e9800998ecf8427e  test1
   d41d8cd98f00b204e9800998ecf8427e  test1.1
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to