How do i copy a folder keeping owners and permission intact ?

just copy with -p like

cp -rp /path /path1

but it is applicable for same computer.... not out side .....

Comments

Popular posts from this blog

How to solve: Geany tried to access the Unix Domain socket of another instance running as another user. This is a fatal error and Geany will now quit?