$ ls -li /usr/bin/{cc,c++,clang,clang++,clang-cpp} /usr/libexec/cpp
156140 -r-xr-xr-x 5 root bin 46885664 May 4 11:12 /usr/bin/c++
155926 -r-xr-xr-x 1 root bin 46885664 May 4 11:12 /usr/bin/cc
156140 -r-xr-xr-x 5 root bin 46885664 May 4 11:12 /usr/bin/clang
156140 -r-xr-xr-x 5 root bin 46885664 May 4 11:12 /usr/bin/clang++
156140 -r-xr-xr-x 5 root bin 46885664 May 4 11:12 /usr/bin/clang-cpp
156140 -r-xr-xr-x 5 root bin 46885664 May 4 11:12 /usr/libexec/cpp
$ diff /usr/bin/{cc,clang}
$
I interpret this as /usr/bin/cc accidentally being a copy instead of a
hard link. Is this correct?
Regards,
Anthony Coulter