Copy entire contents of a directory and preserve permissions

Contributed by nifran on July 15, 2004 under Solaris

Sometimes it’s needed to move the contents of a directory to another mount point, or even another system using tar.

tar preserves permissions on files better than other methods of copying.

Comments Continue reading...