I tarred a directory from a linux server to a solaris server. When I do a du -s -k on the directory, I get almost 150k difference in the file sizes. If I do a ls | wc -l, it is the same. If I look at the size of the individual files, it is the same.
I did an ls on the 2 directories and notice when a directory is within a directories I checking, it can show as 4096 on the linux side and 512 on the Solaris side. Will this alter my results? I do not see any missing files or file size differences. The only difference is the directory size.
I need to make sure these are identical directories?
Any ideas or recommendations?
Thanks
I did an ls on the 2 directories and notice when a directory is within a directories I checking, it can show as 4096 on the linux side and 512 on the Solaris side. Will this alter my results? I do not see any missing files or file size differences. The only difference is the directory size.
I need to make sure these are identical directories?
Any ideas or recommendations?
Thanks