Answers for "linux copy folder with same permissions"

CSS
0

linux copy directory permissions to another directory

chown --reference=otherfile thisfile
chmod --reference=otherfile thisfile
Posted by: Guest on July-10-2020

Code answers related to "linux copy folder with same permissions"

Browse Popular Code Answers by Language