What does the -a
option do in the cp
command?
I thought that the -a
does not preserve the structure of directories. But, I have never found a case where the structure of directories has been destroyed by the -a
option.
is there such a case where the structure of directories has been destroyed by the -a
option? Thanks.