This is not that simple, since "cp -a" also applies --no-dereference
and although newer GNU cp versions have this option aliased to "-P",
older versions gave a different meaning to "-P".
In any case, it is better to avoid using "cp -a" whenever possible.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=7740
Originator: NO
This is not that simple, since "cp -a" also applies --no-dereference
and although newer GNU cp versions have this option aliased to "-P",
older versions gave a different meaning to "-P".
In any case, it is better to avoid using "cp -a" whenever possible.